diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index c4dc2fc..e1043b2 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -44,7 +44,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