Skip to content

Commit a098e6d

Browse files
chore(deps): update github artifact actions (#1302)
1 parent 5205d6c commit a098e6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build a binary wheel and a source tarball
3131
run: python3 -m build
3232
- name: Store the distribution packages
33-
uses: actions/upload-artifact@v4
33+
uses: actions/upload-artifact@v5
3434
with:
3535
name: python-package-distributions
3636
path: dist/
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Download all the dists
53-
uses: actions/download-artifact@v5
53+
uses: actions/download-artifact@v6
5454
with:
5555
name: python-package-distributions
5656
path: dist/
@@ -115,7 +115,7 @@ jobs:
115115

116116
steps:
117117
- name: Download all the dists
118-
uses: actions/download-artifact@v5
118+
uses: actions/download-artifact@v6
119119
with:
120120
name: python-package-distributions
121121
path: dist/

0 commit comments

Comments
 (0)