Skip to content

Commit 93c468d

Browse files
authored
Update python-publish.yml to use v4 artifacts
1 parent d6846fe commit 93c468d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build a source tarball
3737
run: python3 -m build -s
3838
- name: Store the distribution packages
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: python-package-distributions
4242
path: dist/
@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: Download all the dists
58-
uses: actions/download-artifact@v3
58+
uses: actions/download-artifact@v4
5959
with:
6060
name: python-package-distributions
6161
path: dist/
@@ -74,7 +74,7 @@ jobs:
7474

7575
steps:
7676
- name: Download all the dists
77-
uses: actions/download-artifact@v3
77+
uses: actions/download-artifact@v4
7878
with:
7979
name: python-package-distributions
8080
path: dist/

0 commit comments

Comments
 (0)