Skip to content

Commit 1f23e81

Browse files
Update actions/download-artifact action to v5
1 parent 3de0160 commit 1f23e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Download all the dists
45-
uses: actions/download-artifact@v4
45+
uses: actions/download-artifact@v5
4646
with:
4747
name: python-package-distributions
4848
path: dist/

0 commit comments

Comments
 (0)