diff --git a/.github/workflows/publish.js.yml b/.github/workflows/publish.js.yml index ed4f2e5b5..153abfbb3 100644 --- a/.github/workflows/publish.js.yml +++ b/.github/workflows/publish.js.yml @@ -91,7 +91,7 @@ jobs: - run: npm run test name: Run test - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: ${{ runner.temp }}/artifacts-temp - name: Move artifacts to root for release