diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5e265d50e..9a9879455c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -142,7 +142,7 @@ jobs: with: python-version: ${{ env.STABLE_PYTHON_VERSION }} - - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3 + - uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4 with: name: wheels path: wheelhouse @@ -164,7 +164,7 @@ jobs: id-token: write steps: - - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3 + - uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4 with: name: wheels path: wheels