diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f558982dc..c418d0bba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: id-token: write steps: - name: Download Distribution Artifacts - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 with: # The build-and-inspect-python-package action invokes upload-artifact. # These are the correct arguments from that action.