diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 846e4bd..eb2a5f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: needs: [test, build] steps: - name: Download distribution files - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: dist path: ./dist