diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 76c617b..2077f87 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -137,7 +137,7 @@ jobs: --tag "${{ github.event.release.tag_name }}" npm run test:fixtures -- --tarball "${{ steps.pack.outputs.tarball }}" - name: Upload the verified release artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: npm-package-${{ steps.version.outputs.version }} path: ${{ steps.pack.outputs.tarball }}