From 02dfd5aa2194de458439279a46fe298b241ef1ba Mon Sep 17 00:00:00 2001 From: Isaac Brodsky Date: Tue, 17 Sep 2024 21:57:23 -0700 Subject: [PATCH] update actions/upload-artifact in cifuzz --- .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 920e1ef49..3f765024c 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -18,7 +18,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