mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 06:26:02 -07:00
Updated actions/upload-artifact from v1 to v4
This commit is contained in:
parent
932b1cbc32
commit
5053912534
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cifuzz.yaml
vendored
2
.github/workflows/cifuzz.yaml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
dry-run: false
|
||||
language: c++
|
||||
- name: Upload Crash
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v4
|
||||
if: failure() && steps.build.outcome == 'success'
|
||||
with:
|
||||
name: artifacts
|
||||
|
|
Loading…
Reference in a new issue