Skip to content

Commit 330f662

Browse files
chore(deps): bump actions/download-artifact in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1c57d1 commit 330f662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
# Download the artifacts created by the stage_release job.
9595
- name: Download release candidates
96-
uses: actions/download-artifact@v3
96+
uses: actions/download-artifact@v4.1.7
9797
with:
9898
name: dist
9999
path: dist

0 commit comments

Comments
 (0)