Skip to content

Commit 7dd8432

Browse files
build(deps): bump actions/download-artifact from 7.0.0 to 8.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@37930b1...70fc10c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ed23ac commit 7dd8432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
ref: ${{ needs.meta.outputs.ref }}
211211
- run: git tag -a -m "$VERSION" "$TAG"
212212
# Fetch the artifacts.
213-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
213+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3
214214
with:
215215
pattern: 'release-*'
216216
path: artifacts

0 commit comments

Comments
 (0)