We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f00081 commit e75d610Copy full SHA for e75d610
1 file changed
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
if: matrix.os == 'ubuntu-22.04'
70
- run: npm run prebuild
71
if: matrix.os == 'windows-latest'
72
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
73
with:
74
name: ${{ matrix.os }}-${{ matrix.arch }}
75
path: prebuilds
0 commit comments