Skip to content

Commit 6b06a35

Browse files
authored
ci: update workflows to v4 of the artifact actions (#183)
1 parent f757834 commit 6b06a35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build a binary wheel and a source tarball
2222
run: python3 -m build
2323
- name: Store the distribution packages
24-
uses: actions/upload-artifact@v3
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: python-package-distributions
2727
path: dist/
@@ -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/
@@ -98,7 +98,7 @@ jobs:
9898

9999
steps:
100100
- name: Download all the dists
101-
uses: actions/download-artifact@v3
101+
uses: actions/download-artifact@v4
102102
with:
103103
name: python-package-distributions
104104
path: dist/

0 commit comments

Comments
 (0)