Skip to content

Commit

Permalink
actions: bump upload-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed Oct 30, 2023
1 parent 7849065 commit 44e4ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cifuzz_oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fuzz-seconds: 600
dry-run: false
- name: upload crash
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
if: failure()
with:
name: ${{ matrix.sanitizer }}-artifacts
Expand Down

0 comments on commit 44e4ff2

Please sign in to comment.