Skip to content

Commit 29dd4d6

Browse files
committed
[ci] Update actions/upload-artifact action to v7
1 parent 14246e0 commit 29dd4d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- run: npm run prebuild
7575
- run: npm run prebuild-linux-musl-x64
7676
if: matrix.os == 'ubuntu-22.04'
77-
- uses: actions/upload-artifact@v6
77+
- uses: actions/upload-artifact@v7
7878
with:
7979
name: ${{ matrix.os }}-${{ matrix.arch }}
8080
path: prebuilds

0 commit comments

Comments
 (0)