Skip to content

Commit ec8a1f9

Browse files
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows (#12)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mberk <[email protected]>
1 parent d40e9a4 commit ec8a1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
if: "startsWith(github.ref, 'refs/tags/')"
6767
needs: [ macos, windows, linux ]
6868
steps:
69-
- uses: actions/download-artifact@v4
69+
- uses: actions/download-artifact@v4.1.7
7070
with:
7171
pattern: wheels_*
7272
merge-multiple: true

0 commit comments

Comments
 (0)