Skip to content

Commit 9fc61f9

Browse files
authored
Merge pull request #95 from fwilliams/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
2 parents e9706fa + 1f76153 commit 9fc61f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels-and-publish-to-pipy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# alternatively, to publish when a GitHub Release is created, use the following rule:
6363
# if: github.event_name == 'release' && github.event.action == 'published'
6464
steps:
65-
- uses: actions/download-artifact@v2
65+
- uses: actions/download-artifact@v4.1.7
6666
with:
6767
name: artifact
6868
path: dist

0 commit comments

Comments
 (0)