commit | 02ceecad2a885f031d2238c644772055bcb42548 | [log] [tgz] |
---|---|---|
author | Nikias Bassen <nikias@gmx.li> | Sat Apr 05 14:29:59 2025 +0200 |
committer | Nikias Bassen <nikias@gmx.li> | Sat Apr 05 14:29:59 2025 +0200 |
tree | 109a571cc10862bcbfa029699bc1d3f518c34897 | |
parent | 228a3050695d222dc77e2cab9993396e045dcdfb [diff] |
[github-actions] cifuzz: Update upload-artifact to v4
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 1a69794..c5d6ec0 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml
@@ -19,7 +19,7 @@ dry-run: false language: c++ - name: Upload Crash - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() && steps.build.outcome == 'success' with: name: artifacts