diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20d8178..d65f55b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: - name: Installing dependencies run: npm install - name: Download dist - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: lib path: lib