We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ac160 commit d35c1f0Copy full SHA for d35c1f0
1 file changed
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
architecture: ${{ matrix.arch }}
73
- run: npm install
74
- run: npm run prebuild
75
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
76
with:
77
name: ${{ matrix.os }}-${{ matrix.arch }}
78
path: prebuilds
0 commit comments