From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 06:01:55 +0000 (+0000) Subject: build(deps): bump actions/upload-artifact from 1 to 3 X-Git-Tag: lxc-5.0.0~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb3178a604b3b4b0109bb37315d16ec9179d0d53;p=thirdparty%2Flxc.git build(deps): bump actions/upload-artifact from 1 to 3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v1...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index aa20d152a..355c714ad 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -34,7 +34,7 @@ jobs: dry-run: false sanitizer: ${{ matrix.sanitizer }} - name: Upload Crash - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 if: failure() && steps.build.outcome == 'success' with: name: ${{ matrix.sanitizer }}-artifacts