diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 05f85fca..edc260af 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -86,7 +86,7 @@ jobs: needs: [build_sdist, build_wheels] runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: # unpacks all CIBW artifacts into dist/ pattern: cibw-* @@ -106,7 +106,7 @@ jobs: # Only publish release to PyPI when a github release is created. if: github.event_name == 'release' && github.event.action == 'published' steps: - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: # unpacks all CIBW artifacts into dist/ pattern: cibw-*