Skip to content

Commit

Permalink
ci: bump actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
As v3 is deprecated and is going away at the end of January.

See: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
  • Loading branch information
mrc0mmand authored and dvdhrm committed Jan 15, 2025
1 parent be28751 commit 5d34d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
sanitizer: ${{ matrix.sanitizer }}
- name: Upload Crash
if: failure() && steps.build.outcome == 'success'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.sanitizer }}-${{ matrix.architecture }}-artifacts
path: ./out/artifacts

0 comments on commit 5d34d91

Please sign in to comment.