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 48bf59e commit 8f7e726Copy full SHA for 8f7e726
.github/workflows/release.when-pushed.yml
@@ -27,7 +27,7 @@ jobs:
27
run: yarn pack --filename=package.tgz
28
29
- name: 🚀 Upload package as an artifact
30
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
31
with:
32
name: dist
33
path: package.tgz
0 commit comments