From fe5182828057a009f4e10e23d16c78f24639e74b Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 15 Aug 2025 15:34:15 +0200 Subject: [PATCH] - updated version of upload-artifacts GitHub Actions to v4 --- .github/workflows/cifuzz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index d52fd077..8054b3ae 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