From 6de6c75b40428f52ffaf223d67f9bf1867524f67 Mon Sep 17 00:00:00 2001 From: Simon Davies Date: Wed, 8 Apr 2026 17:10:53 +0100 Subject: [PATCH] fix workflow Signed-off-by: Simon Davies --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index cd5aa2d..fb9608c 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -96,7 +96,7 @@ jobs: run: npm run build -- --target ${{ matrix.target }} - name: Upload artifact - uses: actions/upload-artifact@v8 + uses: actions/upload-artifact@v7 with: name: bindings-${{ matrix.build_name }} path: ${{ env.WORKING_DIR }}/*.node