diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index d5342dbe..9f4a3e26 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -74,7 +74,7 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' steps: - name: Download all dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: # Unpacks default artifact into dist/ # If `name: artifact` is omitted, the action will create extra parent dir