Skip to content

Commit 983842b

Browse files
build(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] <support@github.com>
1 parent 7aec365 commit 983842b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
needs: [ linux, macos ]
5757
runs-on: ubuntu-latest
5858
steps:
59-
- uses: actions/download-artifact@v3
59+
- uses: actions/download-artifact@v4.1.7
6060
- uses: softprops/action-gh-release@v1
6161
if: startsWith(github.ref, 'refs/tags/')
6262
with:

0 commit comments

Comments
 (0)