Skip to content

Commit a67e7e5

Browse files
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
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] <support@github.com>
1 parent ac4ddd3 commit a67e7e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
if: startsWith(github.ref, 'refs/tags/0.')
121121
steps:
122122
- name: Download test data
123-
uses: actions/download-artifact@v1
123+
uses: actions/download-artifact@v4.1.7
124124
with:
125125
name: wheels
126126
- name: Publish wheels to PyPI

0 commit comments

Comments
 (0)