We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d9da0 commit 793f8b2Copy full SHA for 793f8b2
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
uv build
34
35
- name: Archive the dist folder
36
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
37
with:
38
name: dist
39
path: dist
@@ -56,7 +56,7 @@ jobs:
56
57
steps:
58
- name: Download the dist folder from the build job
59
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
60
61
62
0 commit comments