Skip to content

Commit

Permalink
Update CI workflow to use upload-artifacts@v4 action
Browse files Browse the repository at this point in the history
The old version is deprecated and now raises an error
  • Loading branch information
fw-immunant committed Sep 18, 2024
1 parent 9eaf8a1 commit 03b949c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/internal-testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # required
if: always() # Pick up events even if the job fails or is canceled.

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: testsuite-build-artifacts
path: |
Expand Down

0 comments on commit 03b949c

Please sign in to comment.