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 16a688f commit 6a90343Copy full SHA for 6a90343
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
id: pack
53
run: |
54
echo "tarball-name=$(npm --loglevel error pack)" >> $GITHUB_OUTPUT
55
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
56
with:
57
name: package-tarball
58
path: ${{ steps.pack.outputs.tarball-name }}
0 commit comments