diff --git a/.github/workflows/napi.yml b/.github/workflows/napi.yml index a8b1bf2..fc66a4c 100644 --- a/.github/workflows/napi.yml +++ b/.github/workflows/napi.yml @@ -55,7 +55,7 @@ jobs: run: npx napi build --platform --target ${{ matrix.target }} -p shabti-napi --js native.cjs --dts native.d.ts -o . - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: bindings-${{ matrix.target }} path: |