Skip to content

Commit 6fa699d

Browse files
build(deps): bump actions/download-artifact from 4.2.0 to 4.2.1 (#1237)
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 8467ba4 commit 6fa699d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
steps:
7272
- name: "Download dists"
73-
uses: "actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765"
73+
uses: "actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e"
7474
with:
7575
name: "dist"
7676
path: "dist/"

0 commit comments

Comments
 (0)