Skip to content

Commit 7639bce

Browse files
committed
Fix publish
1 parent 4bcde31 commit 7639bce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
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@v3
45+
uses: actions/download-artifact@v4
4646
with:
4747
name: python-package-distributions
4848
path: dist/
@@ -61,7 +61,7 @@ jobs:
6161

6262
steps:
6363
- name: Download all the dists
64-
uses: actions/download-artifact@v3
64+
uses: actions/download-artifact@v4
6565
with:
6666
name: python-package-distributions
6767
path: dist/

0 commit comments

Comments
 (0)