Skip to content

Commit

Permalink
ci: Update to actions/upload-artifact@v4 in cifuzz.yml
Browse files Browse the repository at this point in the history
We need to update to the latest version of actions/upload-artifact in
cifuzz.yml due to the workflow failing because of

  Error: This request has been automatically failed because it uses a
  deprecated version of `actions/upload-artifact: v3`. Learn more:
  https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
  • Loading branch information
ac000 committed Feb 10, 2025
1 parent df62a2a commit 7a0addd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fuzz-seconds: 300
output-sarif: true
- name: Upload Crash
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
Expand Down

0 comments on commit 7a0addd

Please sign in to comment.