From 05c1be3e47b708888c920731341aafeb7a3453c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 11:24:09 +0000 Subject: [PATCH] .github: Bump actions/upload-artifact from 1 to 2.2.4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 2.2.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v1...v2.2.4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 a2349b732..a688139b2 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -19,7 +19,7 @@ jobs: dry-run: false language: go - name: Upload Crash - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2.2.4 if: failure() && steps.build.outcome == 'success' with: name: artifacts