From 1f98105e5443a766f9e4b50945fa953ab29d746d Mon Sep 17 00:00:00 2001 From: Ihor Solodrai Date: Mon, 7 Oct 2024 15:04:07 -0700 Subject: [PATCH] ci: bump actions/upload-artifact to v4 Signed-off-by: Ihor Solodrai --- .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 bcada62..c7fa093 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -33,7 +33,7 @@ jobs: dry-run: false sanitizer: ${{ matrix.sanitizer }} - name: Upload Crash - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 if: failure() && steps.build.outcome == 'success' with: name: ${{ matrix.sanitizer }}-artifacts