mirror of https://github.com/jarro2783/cxxopts.git
fix: Use non deprecated upload-artifact action version
This commit is contained in:
parent
929bf2de37
commit
e2f8c766a1
|
|
@ -17,8 +17,8 @@ jobs:
|
|||
language: c++
|
||||
fuzz-seconds: 300
|
||||
- name: Upload Crash
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: failure() && steps.build.outcome == 'success'
|
||||
with:
|
||||
name: artifacts
|
||||
path: ./out/artifacts
|
||||
path: ./out/artifacts
|
||||
|
|
|
|||
Loading…
Reference in New Issue