diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-13 10:16:09 +0100 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2021-12-13 12:45:19 +0100 |
commit | fdae4504c78861e7c628b64055dea59a77e2641f (patch) | |
tree | 8b9d7c0936505397bd01099ada2d62d23acdaaab /.github/workflows/cifuzz.yml | |
parent | Merge pull request #21749 from nabijaczleweli/bashpsko (diff) | |
download | systemd-fdae4504c78861e7c628b64055dea59a77e2641f.tar.xz systemd-fdae4504c78861e7c628b64055dea59a77e2641f.zip |
build(deps): bump actions/upload-artifact from 2.2.4 to 2.3.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 2.3.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/27121b0bdffd731efa15d66772be8dc71245d074...da838ae9595ac94171fa2d4de5a2f117b3e7ac32)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/cifuzz.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 25a1a6ebeb..1b9730c417 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -48,7 +48,7 @@ jobs: dry-run: false sanitizer: ${{ matrix.sanitizer }} - name: Upload Crash - uses: actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074 + uses: actions/upload-artifact@da838ae9595ac94171fa2d4de5a2f117b3e7ac32 if: failure() && steps.build.outcome == 'success' with: name: ${{ matrix.sanitizer }}-artifacts |