Skip to content

Commit ec644be

Browse files
authored
fix workflow (#90)
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent 62fb435 commit ec644be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: npm run build -- --target ${{ matrix.target }}
9797

9898
- name: Upload artifact
99-
uses: actions/upload-artifact@v8
99+
uses: actions/upload-artifact@v7
100100
with:
101101
name: bindings-${{ matrix.build_name }}
102102
path: ${{ env.WORKING_DIR }}/*.node

0 commit comments

Comments
 (0)