diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index e670502fd..71af492da 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -251,7 +251,7 @@ jobs: - name: Download local wheels artifact if: needs.init.outputs.build_wheels == 'true' && needs.init.outputs.publish == 'false' - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: wheels-amd64 path: wheels diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d4f7db979..0c350d14f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -417,7 +417,7 @@ jobs: echo "Failed to restore Python virtual environment from cache" exit 1 - name: Download all coverage artifacts - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: name: coverage path: coverage/