summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-19 20:48:41 (GMT)
committerGitHub <noreply@github.com>2022-08-19 20:48:41 (GMT)
commit36de5a515facabd8d11618632aa748608fa4f26e (patch)
treee923f51727482107214776776e1877b1be891c9d
parent3e28dde8e54aaaa542ffb9db151bdf4b2415bfbc (diff)
downloadlz4-36de5a515facabd8d11618632aa748608fa4f26e.zip
lz4-36de5a515facabd8d11618632aa748608fa4f26e.tar.gz
lz4-36de5a515facabd8d11618632aa748608fa4f26e.tar.bz2
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] <support@github.com>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2b6dd8f..7a9bda2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -501,7 +501,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