diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index e2891fd..dfc76e7 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -46,7 +46,7 @@ jobs: id-token: write # IMPORTANT: mandatory for trusted publishing if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: # unpacks default artifact into dist/ # if `name: artifact` is omitted, the action will create extra parent dir