diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 26a72ae7..81aa00e9 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -33,7 +33,7 @@ jobs: contents: read needs: [build-sdist, build-wheel] steps: - - uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 + - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: pattern: cibw-* path: dist