summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-20 09:19:10 +0000
committerGitHub <noreply@github.com>2021-12-20 09:19:10 +0000
commit5c5998feb1910b3a45c2f1a5804de5628a8918ae (patch)
tree88a06b70f23757e54d7282dfb2c9ddb30056a313
parent9a723ed6e80e3078969567f7cb551535d2fb00bd (diff)
downloadsystemd-dependabot/github_actions/actions/upload-artifact-2.3.1.tar.gz
build(deps): bump actions/upload-artifact from 2.3.0 to 2.3.1dependabot/github_actions/actions/upload-artifact-2.3.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/da838ae9595ac94171fa2d4de5a2f117b3e7ac32...82c141cc518b40d92cc801eee768e7aafc9c2fa2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/cifuzz.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index 1b9730c417..11ea788a47 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@da838ae9595ac94171fa2d4de5a2f117b3e7ac32
+ uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2
if: failure() && steps.build.outcome == 'success'
with:
name: ${{ matrix.sanitizer }}-artifacts