diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f558982dcd..9a680503b2 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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 with: # The build-and-inspect-python-package action invokes upload-artifact. # These are the correct arguments from that action.