Skip to content

Commit 46957de

Browse files
build(deps): Bump actions/download-artifact from 4.1.5 to 4.1.6 (#2921)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@8caf195...9c19ed7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d42780c commit 46957de

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
@@ -180,7 +180,7 @@ jobs:
180180
ref: ${{ needs.meta.outputs.ref }}
181181
- run: git tag -a -m "$VERSION" "$TAG"
182182
# Fetch the artifacts.
183-
- uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d
183+
- uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395
184184
with:
185185
path: artifacts
186186
- run: du -h artifacts/**/*

0 commit comments

Comments
 (0)