diff --git a/.github/workflows/build-wheels-and-publish-to-pipy.yml b/.github/workflows/build-wheels-and-publish-to-pipy.yml index 576a368..5940539 100644 --- a/.github/workflows/build-wheels-and-publish-to-pipy.yml +++ b/.github/workflows/build-wheels-and-publish-to-pipy.yml @@ -62,7 +62,7 @@ jobs: # alternatively, to publish when a GitHub Release is created, use the following rule: # if: github.event_name == 'release' && github.event.action == 'published' steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: artifact path: dist