Skip to content

Commit 90b2b61

Browse files
chore(deps): update github artifact actions
1 parent f724ede commit 90b2b61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build a binary wheel and a source tarball
2828
run: python3 -m build
2929
- name: Store the distribution packages
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v5
3131
with:
3232
name: python-package-distributions
3333
path: dist/
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Download all the dists
50-
uses: actions/download-artifact@v4
50+
uses: actions/download-artifact@v6
5151
with:
5252
name: python-package-distributions
5353
path: dist/
@@ -68,7 +68,7 @@ jobs:
6868

6969
steps:
7070
- name: Download all the dists
71-
uses: actions/download-artifact@v4
71+
uses: actions/download-artifact@v6
7272
with:
7373
name: python-package-distributions
7474
path: dist/
@@ -112,7 +112,7 @@ jobs:
112112

113113
steps:
114114
- name: Download all the dists
115-
uses: actions/download-artifact@v4
115+
uses: actions/download-artifact@v6
116116
with:
117117
name: python-package-distributions
118118
path: dist/

0 commit comments

Comments
 (0)