From: Vincent Fu Date: Thu, 26 Sep 2024 18:43:48 +0000 (-0400) Subject: ci/cifuzz: update to upload-artifacts@v4 X-Git-Tag: fio-3.38~9 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=0a74534b6904b88aa0a578adb78923a2496cb457;p=fio.git ci/cifuzz: update to upload-artifacts@v4 upload-artifacts v1 is now deprecated. Switch to a maintained version. We may also consider just getting rid of this workflow as it's not clear that it has ever found any issue or if anyone looks at the output. Signed-off-by: Vincent Fu --- diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index acc8d482..9227735e 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -17,7 +17,7 @@ jobs: fuzz-seconds: 600 dry-run: false - name: Upload Crash - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 if: failure() && steps.build.outcome == 'success' with: name: artifacts