There was an error while loading. Please reload this page.
1 parent 84544e6 commit 34dd956Copy full SHA for 34dd956
1 file changed
.github/workflows/release.yml
@@ -182,7 +182,7 @@ jobs:
182
tar -czf "dist/$asset.tar.gz" -C package .
183
184
- name: Upload release artifact
185
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
186
with:
187
name: release-${{ matrix.target }}
188
path: |
@@ -196,7 +196,7 @@ jobs:
196
runs-on: ubuntu-latest
197
steps:
198
- name: Download release artifacts
199
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v8
200
201
pattern: release-*
202
path: dist
0 commit comments