Skip to content

Commit bc56efc

Browse files
committed
Update upload/download artifact versions
1 parent 5aa0b2d commit bc56efc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build a binary wheel and a source tarball
2121
run: python3 -m build
2222
- name: Store the distribution packages
23-
uses: actions/upload-artifact@v3
23+
uses: actions/upload-artifact@v4
2424
with:
2525
name: python-package-distributions
2626
path: dist/
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Download all the dists
62-
uses: actions/download-artifact@v3
62+
uses: actions/download-artifact@v4
6363
with:
6464
name: python-package-distributions
6565
path: dist/

0 commit comments

Comments
 (0)