diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff00df31b..4b10830fc 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@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: # The build-and-inspect-python-package action invokes upload-artifact. # These are the correct arguments from that action.