diff --git a/.github/workflows/build-and-tests.yml b/.github/workflows/build-and-tests.yml index 6651e23cf..4110b59d4 100644 --- a/.github/workflows/build-and-tests.yml +++ b/.github/workflows/build-and-tests.yml @@ -323,7 +323,7 @@ jobs: - name: Build JS run: npm run build:cjs - name: Download napi artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: bindings-${{ matrix.settings.target }} path: dist/ @@ -415,12 +415,12 @@ jobs: if: steps.cache-node-modules.outputs.cache-hit != 'true' run: npm ci --ignore-scripts - name: Download napi artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: bindings-${{ matrix.settings.target }} path: . - name: Download wasm artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: bindings-wasm - name: Build and test Rollup @@ -469,7 +469,7 @@ jobs: if: steps.cache-node-modules.outputs.cache-hit != 'true' run: npm ci --ignore-scripts - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: artifacts - name: Copy wasm files diff --git a/.github/workflows/performance-report.yml b/.github/workflows/performance-report.yml index 9dd36aab8..6b13d2dba 100644 --- a/.github/workflows/performance-report.yml +++ b/.github/workflows/performance-report.yml @@ -111,7 +111,7 @@ jobs: if: steps.cache-node-modules.outputs.cache-hit != 'true' run: npm ci --ignore-scripts - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: _benchmark - name: Change rollup import in internal benchmark