From 86667ee79e3a3ada0b986dbf5df9696605493a56 Mon Sep 17 00:00:00 2001 From: Lukasz Anforowicz Date: Tue, 4 Feb 2025 00:52:22 +0000 Subject: [PATCH] Migrate to v4 of ClusterFuzz / GitHub Actions integraion. See https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ for more details. --- .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 3c79c1c4..27861077 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -21,7 +21,7 @@ jobs: fuzz-seconds: 120 output-sarif: true - name: Upload Crash - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() && steps.build.outcome == 'success' with: name: artifacts