Skip to content

Commit 8614f3f

Browse files
committed
[ci] Update actions/upload-artifact action to v6
1 parent 12b6dc9 commit 8614f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
architecture: ${{ matrix.arch }}
7373
- run: npm install
7474
- run: npm run prebuild
75-
- uses: actions/upload-artifact@v5
75+
- uses: actions/upload-artifact@v6
7676
with:
7777
name: ${{ matrix.os }}-${{ matrix.arch }}
7878
path: prebuilds

0 commit comments

Comments
 (0)