Skip to content

Commit ac5c1e7

Browse files
Merge pull request #26 from numericalalgorithmsgroup/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents ef0d522 + 59be0df commit ac5c1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id-token: write
4444
steps:
4545
- name: Download all the dists
46-
uses: actions/download-artifact@v4
46+
uses: actions/download-artifact@v5
4747
with:
4848
name: python-package-distributions
4949
path: dist/

0 commit comments

Comments
 (0)