Skip to content

Commit 47fef9e

Browse files
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows (#21)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b6323e commit 47fef9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
needs: [build]
3232
steps:
3333
- name: Download build artefacts
34-
uses: actions/download-artifact@v1
34+
uses: actions/download-artifact@v4.1.7
3535
with:
3636
name: binaries
3737
path: bin/

0 commit comments

Comments
 (0)