From 13c4e52c9117dc7d3a4e2601b0146eb3633c47c3 Mon Sep 17 00:00:00 2001 From: iibclothier <161363095+iibclothier@users.noreply.github.com> Date: Sat, 28 Dec 2024 11:18:43 -0600 Subject: [PATCH 1/2] Update ci-fuzz.yml Version 1 is deprecated, bump to version 2. --- .github/workflows/ci-fuzz.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-fuzz.yml b/.github/workflows/ci-fuzz.yml index 849de22..26617a9 100644 --- a/.github/workflows/ci-fuzz.yml +++ b/.github/workflows/ci-fuzz.yml @@ -16,8 +16,8 @@ jobs: fuzz-seconds: 900 dry-run: false - name: Upload Crash - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2 if: failure() with: name: artifacts - path: ./out/artifacts \ No newline at end of file + path: ./out/artifacts From 4d99a8f7c230ea91070dbbc23c3ab583591d0e56 Mon Sep 17 00:00:00 2001 From: iibclothier <161363095+iibclothier@users.noreply.github.com> Date: Sat, 28 Dec 2024 11:24:41 -0600 Subject: [PATCH 2/2] Update ci-fuzz.yml Try version 4 --- .github/workflows/ci-fuzz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-fuzz.yml b/.github/workflows/ci-fuzz.yml index 26617a9..5b4ac73 100644 --- a/.github/workflows/ci-fuzz.yml +++ b/.github/workflows/ci-fuzz.yml @@ -16,7 +16,7 @@ jobs: fuzz-seconds: 900 dry-run: false - name: Upload Crash - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: artifacts