Skip to content

Commit 6075461

Browse files
authored
Merge pull request #146 from intake/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
2 parents ac4ddd3 + a67e7e5 commit 6075461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)