Skip to content

Commit 680938b

Browse files
build(deps): bump actions/download-artifact 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 cda15dd commit 680938b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
if: github.event_name == 'release'
4949
steps:
5050
- name: Download Artifact
51-
uses: actions/download-artifact@v2
51+
uses: actions/download-artifact@v4.1.7
5252
with:
5353
name: Installer
5454
- name: Upload Release Asset

0 commit comments

Comments
 (0)