Skip to content

Commit 793f8b2

Browse files
Update GitHub Artifact Actions
1 parent c2d9da0 commit 793f8b2

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
@@ -33,7 +33,7 @@ jobs:
3333
uv build
3434
3535
- name: Archive the dist folder
36-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-artifact@v5
3737
with:
3838
name: dist
3939
path: dist
@@ -56,7 +56,7 @@ jobs:
5656

5757
steps:
5858
- name: Download the dist folder from the build job
59-
uses: actions/download-artifact@v5
59+
uses: actions/download-artifact@v6
6060
with:
6161
name: dist
6262
path: dist

0 commit comments

Comments
 (0)