diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3d3f5b..ca19bc3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -121,7 +121,7 @@ jobs: # Download all artifacts previously built by this workflow to the dist # directory where the publish step can find them. These are the sdist # and all of the wheels build by the other jobs. - - uses: "actions/download-artifact@v3" + - uses: "actions/download-artifact@v4.1.7" with: name: "artifact" path: "dist"