Skip to content

Commit 150868e

Browse files
Update GitHub Artifact Actions (#66)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 538593b commit 150868e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Build a binary wheel and a source tarball
6262
run: uv build
6363
- name: Store the distribution packages
64-
uses: actions/upload-artifact@v5
64+
uses: actions/upload-artifact@v6
6565
with:
6666
name: python-package-distributions
6767
path: dist/
@@ -81,7 +81,7 @@ jobs:
8181

8282
steps:
8383
- name: Download all the dists
84-
uses: actions/download-artifact@v6
84+
uses: actions/download-artifact@v7
8585
with:
8686
name: python-package-distributions
8787
path: dist/
@@ -103,7 +103,7 @@ jobs:
103103

104104
steps:
105105
- name: Download all the dists
106-
uses: actions/download-artifact@v6
106+
uses: actions/download-artifact@v7
107107
with:
108108
name: python-package-distributions
109109
path: dist/
@@ -150,7 +150,7 @@ jobs:
150150

151151
steps:
152152
- name: Download all the dists
153-
uses: actions/download-artifact@v6
153+
uses: actions/download-artifact@v7
154154
with:
155155
name: python-package-distributions
156156
path: dist/

0 commit comments

Comments
 (0)