From 02ceecad2a885f031d2238c644772055bcb42548 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 5 Apr 2025 14:29:59 +0200 Subject: [github-actions] cifuzz: Update upload-artifact to v4 --- .github/workflows/cifuzz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 @@ jobs: 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 -- cgit v1.1-32-gdbae