summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2022-08-19 21:51:40 (GMT)
committerGitHub <noreply@github.com>2022-08-19 21:51:40 (GMT)
commit4de3e98ad206f6afc85bbb4268f6c3a64fc2d487 (patch)
treee923f51727482107214776776e1877b1be891c9d
parent3e28dde8e54aaaa542ffb9db151bdf4b2415bfbc (diff)
parent36de5a515facabd8d11618632aa748608fa4f26e (diff)
downloadlz4-4de3e98ad206f6afc85bbb4268f6c3a64fc2d487.zip
lz4-4de3e98ad206f6afc85bbb4268f6c3a64fc2d487.tar.gz
lz4-4de3e98ad206f6afc85bbb4268f6c3a64fc2d487.tar.bz2
Merge pull request #1150 from lz4/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 1 to 3
-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