From 74841c510c1c48c9135bb0a22b1912587c63ede0 Mon Sep 17 00:00:00 2001 From: Jan David Date: Wed, 6 Nov 2024 12:53:42 +0100 Subject: [PATCH] Upgrade actions/upload-artifact GitHub has announced that v3 of the [actions/upload-artifact] action will be deprecated on November 30, 2024[^1]. The action has been upgraded to its most recent version to continue functioning after this date. [actions/upload-artifact]: https://github.com/actions/upload-artifact [^1]: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions --- .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 ea8cae60..fe3fbbca 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -19,7 +19,7 @@ jobs: dry-run: false language: rust - name: Upload Crash - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() && steps.build.outcome == 'success' with: name: artifacts