Skip to content

Commit f516594

Browse files
authoredSep 9, 2024··
chore(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#218)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1c57d1 commit f516594

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)
Please sign in to comment.