From 5642bb93a4da8d047506e2a1f4031bb258bda016 Mon Sep 17 00:00:00 2001 From: Paul Dreik Date: Thu, 16 Jan 2025 19:33:53 +0100 Subject: [PATCH] fix fuzzer CI job (#2324) --- .github/workflows/fuzzers.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/fuzzers.yml b/.github/workflows/fuzzers.yml index 67f6b236a..3a84ce4b9 100644 --- a/.github/workflows/fuzzers.yml +++ b/.github/workflows/fuzzers.yml @@ -125,7 +125,7 @@ jobs: done - name: Save the corpus as a github artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: corpus path: corpus.tar @@ -148,7 +148,7 @@ jobs: run: tar cf valgrind.tar valgrind-*.txt - name: Save valgrind output as a github artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: valgrindresults @@ -156,7 +156,7 @@ jobs: if-no-files-found: ignore - name: Archive any crashes as an artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: crashes