diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 571e95bf..e13e7c82 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -129,7 +129,7 @@ jobs: steps: - name: Download the binary artifact - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v5 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v5 with: name: binary-distribution-${{ matrix.platform }} path: . @@ -228,7 +228,7 @@ jobs: security-events: write steps: - name: Download all the dists - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v5 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v5 with: name: python-package-distributions path: dist/ diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 7855b306..7ee97496 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -58,7 +58,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v5 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v5 with: name: python-package-distributions path: dist/ @@ -86,7 +86,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v5 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v5 with: name: python-package-distributions path: dist/