Skip to content

Commit 4e4cd54

Browse files
Update artifact upload/download versions
1 parent 230c814 commit 4e4cd54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publishing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: pip install build
1717
- name: Build a binary wheel and a source tarball
1818
run: python -m build
19-
- uses: actions/upload-artifact@v3
19+
- uses: actions/upload-artifact@v4
2020
with:
2121
name: python-package-distributions
2222
path: dist/
@@ -34,7 +34,7 @@ jobs:
3434
id-token: write
3535

3636
steps:
37-
- uses: actions/download-artifact@v3
37+
- uses: actions/download-artifact@v4
3838
with:
3939
name: python-package-distributions
4040
path: dist/

0 commit comments

Comments
 (0)