diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b3b3610..448d31f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -142,7 +142,7 @@ jobs: id-token: write steps: - name: Download the verified release bundle - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: release-${{ needs.build.outputs.version }} path: release-bundle @@ -172,7 +172,7 @@ jobs: ref: ${{ needs.build.outputs.release-commit }} persist-credentials: false - name: Download the verified release bundle after checkout - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: release-${{ needs.build.outputs.version }} path: release-bundle