Skip to content

Commit dd460ef

Browse files
committed
[ci] Update actions/upload-artifact action to v4
1 parent ceb6a6f commit dd460ef

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
@@ -71,7 +71,7 @@ jobs:
7171
if: matrix.os == 'ubuntu-20.04'
7272
- run: npm run prebuild
7373
if: matrix.os == 'windows-latest'
74-
- uses: actions/upload-artifact@v3
74+
- uses: actions/upload-artifact@v4
7575
with:
7676
name: ${{ matrix.os }}
7777
path: prebuilds

0 commit comments

Comments
 (0)