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.
2 parents 8a5ed0a + b737ba1 commit 0b9413aCopy full SHA for 0b9413a
1 file changed
.github/workflows/release.yml
@@ -71,7 +71,7 @@ jobs:
71
run: uv build
72
73
- name: Upload build artifacts
74
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
75
with:
76
name: dist
77
path: dist/
@@ -84,7 +84,7 @@ jobs:
84
85
steps:
86
- name: Download build artifacts
87
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
88
89
90
0 commit comments