diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d12da7a4..347dd6bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: run: npm run build - name: Upload bindings artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: bindings-linux-x64 path: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 36ca2243..337311a4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -106,7 +106,7 @@ jobs: # Upload the compiled .node file so the publish job can collect them all - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: bindings-${{ matrix.target }} path: packages/bindings/corp-finance.*.node