From 51bded4b3236b3c8f17ee3f0e4a6e9b72f0775c2 Mon Sep 17 00:00:00 2001 From: dessant Date: Sun, 17 Dec 2023 01:06:52 +0200 Subject: [PATCH] chore: update workflows --- .github/workflows/ci.yml | 4 ++-- .github/workflows/label-actions.yml | 2 +- .github/workflows/lockdown.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed52f2d..1f0faaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: sha256sum artifacts/*/* if: startsWith(github.ref, 'refs/tags/v') - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: startsWith(github.ref, 'refs/tags/v') with: name: artifacts @@ -47,7 +47,7 @@ jobs: contents: write steps: - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: artifacts path: artifacts/ diff --git a/.github/workflows/label-actions.yml b/.github/workflows/label-actions.yml index bbbdfaf..634fcd1 100644 --- a/.github/workflows/label-actions.yml +++ b/.github/workflows/label-actions.yml @@ -12,4 +12,4 @@ jobs: action: runs-on: ubuntu-latest steps: - - uses: dessant/label-actions@v3 + - uses: dessant/label-actions@v4 diff --git a/.github/workflows/lockdown.yml b/.github/workflows/lockdown.yml index 5f5560a..e9d6b8b 100644 --- a/.github/workflows/lockdown.yml +++ b/.github/workflows/lockdown.yml @@ -11,7 +11,7 @@ jobs: action: runs-on: ubuntu-latest steps: - - uses: dessant/repo-lockdown@v3 + - uses: dessant/repo-lockdown@v4 with: exclude-pr-created-before: '2021-08-18T00:00:00Z' pr-comment: 'This project does not accept pull requests. Please use issues to report bugs or suggest new features.'