diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d00ae6..daac3a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: package_file="$(node -e "console.log(require('./pack-result.json')[0].filename)")" echo "package_file=$package_file" >> "$GITHUB_OUTPUT" - name: Preserve package as workflow artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: npm-package-${{ github.ref_name }} path: ${{ steps.pack.outputs.package_file }}