We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa5e1c commit f1bc347Copy full SHA for f1bc347
1 file changed
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
- run: npm run prebuild
75
- run: npm run prebuild-linux-musl-x64
76
if: matrix.os == 'ubuntu-22.04'
77
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
78
with:
79
name: ${{ matrix.os }}-${{ matrix.arch }}
80
path: prebuilds
0 commit comments