Skip to content

Commit 1cf41cb

Browse files
authoredSep 3, 2024··
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6ace727 commit 1cf41cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
draft: false
9191
prerelease: false
9292
- name: Download ZIP artifact
93-
uses: actions/download-artifact@v2
93+
uses: actions/download-artifact@v4.1.7
9494
with:
9595
name: ${{ env.repostiory_zip_name }}
9696
- name: Upload Release Asset

0 commit comments

Comments
 (0)
Please sign in to comment.