Skip to content

Commit e75d610

Browse files
committed
[ci] Update actions/upload-artifact action to v5
1 parent 8f00081 commit e75d610

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
@@ -69,7 +69,7 @@ jobs:
6969
if: matrix.os == 'ubuntu-22.04'
7070
- run: npm run prebuild
7171
if: matrix.os == 'windows-latest'
72-
- uses: actions/upload-artifact@v4
72+
- uses: actions/upload-artifact@v5
7373
with:
7474
name: ${{ matrix.os }}-${{ matrix.arch }}
7575
path: prebuilds

0 commit comments

Comments
 (0)