diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 432888d5..14447c98 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -121,7 +121,7 @@ jobs: timeout-minutes: 5 steps: - name: Download all the dists - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: pattern: python-package-distributions-* merge-multiple: true