Skip to content

Commit cc9fe1a

Browse files
Update GitHub Artifact Actions
1 parent e31cdb8 commit cc9fe1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: uv build
3333

3434
- name: Upload dists
35-
uses: actions/upload-artifact@v6.0.0
35+
uses: actions/upload-artifact@v7.0.0
3636
with:
3737
name: "dist"
3838
path: "dist/"
@@ -50,7 +50,7 @@ jobs:
5050
id-token: write
5151
steps:
5252
- name: Download dists
53-
uses: actions/download-artifact@v7.0.0
53+
uses: actions/download-artifact@v8.0.0
5454
with:
5555
name: "dist"
5656
path: "dist/"

0 commit comments

Comments
 (0)