From 0a74534b6904b88aa0a578adb78923a2496cb457 Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Thu, 26 Sep 2024 14:43:48 -0400 Subject: [PATCH] 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 --- .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 acc8d4828c..9227735e08 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