Skip to content

Commit 0d0be02

Browse files
Bump actions/download-artifact from 4.1.9 to 4.2.1 (#74)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.9 to 4.2.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.9...v4.2.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d902d4 commit 0d0be02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
needs: [ build-stubs ]
8383
steps:
8484
- name: Get build artifacts
85-
uses: actions/download-artifact@v4.1.9
85+
uses: actions/download-artifact@v4.2.1
8686
with:
8787
path: dist
8888
merge-multiple: true

0 commit comments

Comments
 (0)