Skip to content

Commit ce9cc5b

Browse files
Update GitHub actions (#57)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6452b0e commit ce9cc5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: "Build package"
4444
run: uv build
4545
- name: "Store the distribution packages"
46-
uses: actions/upload-artifact@v5
46+
uses: actions/upload-artifact@v6
4747
with:
4848
name: distfiles
4949
path: dist/
@@ -56,7 +56,7 @@ jobs:
5656
- name: "Checkout"
5757
uses: actions/checkout@v6
5858
- name: "Download all the dists"
59-
uses: actions/download-artifact@v6
59+
uses: actions/download-artifact@v7
6060
with:
6161
name: distfiles
6262
path: dist/
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: "Download all the dists"
78-
uses: actions/download-artifact@v6
78+
uses: actions/download-artifact@v7
7979
with:
8080
name: distfiles
8181
path: dist/

0 commit comments

Comments
 (0)