Skip to content

Commit 8cf79f9

Browse files
Bump actions/download-artifact from 2 to 4.1.7 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 d54f466 commit 8cf79f9

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
@@ -58,7 +58,7 @@ jobs:
5858
if: "startsWith(github.ref, 'refs/tags/')"
5959
needs: [ macos, windows, linux ]
6060
steps:
61-
- uses: actions/download-artifact@v2
61+
- uses: actions/download-artifact@v4.1.7
6262
with:
6363
name: wheels
6464
- name: Publish to PyPI

0 commit comments

Comments
 (0)