diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2077f87..331c94d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -212,7 +212,7 @@ jobs: - name: Use a Trusted Publishing-capable npm CLI run: npm install --global npm@11.12.1 - name: Download the verified release artifact - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: npm-package-${{ needs.verify.outputs.version }} path: release-artifacts