diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 2a0b0583..5e8d4f59 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -70,7 +70,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Fetch build artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: Packages path: dist @@ -102,7 +102,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Fetch build artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 with: name: Packages path: dist