Skip to content

Commit 869e420

Browse files
build(deps): bump actions/download-artifact from 4.2.0 to 4.2.1 (#3789)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@b14cf4c...95815c3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd4f430 commit 869e420

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
@@ -193,7 +193,7 @@ jobs:
193193
ref: ${{ needs.meta.outputs.ref }}
194194
- run: git tag -a -m "$VERSION" "$TAG"
195195
# Fetch the artifacts.
196-
- uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765
196+
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
197197
with:
198198
path: artifacts
199199
- run: du -h artifacts/**/*

0 commit comments

Comments
 (0)