Update ci-fuzz.yml
Version 1 is deprecated, bump to version 2.
This commit is contained in:
parent
d9be48fbe6
commit
13c4e52c91
4
.github/workflows/ci-fuzz.yml
vendored
4
.github/workflows/ci-fuzz.yml
vendored
@ -16,8 +16,8 @@ jobs:
|
||||
fuzz-seconds: 900
|
||||
dry-run: false
|
||||
- name: Upload Crash
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v2
|
||||
if: failure()
|
||||
with:
|
||||
name: artifacts
|
||||
path: ./out/artifacts
|
||||
path: ./out/artifacts
|
||||
|
||||
Loading…
Reference in New Issue
Block a user