Skip to content

Commit 3ae7767

Browse files
committed
[ci] Update actions/upload-artifact action to v4
1 parent 75d9c24 commit 3ae7767

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
@@ -67,7 +67,7 @@ jobs:
6767
if: matrix.os != 'macos-latest'
6868
- run: npm run prebuild-darwin-x64+arm64
6969
if: matrix.os == 'macos-latest'
70-
- uses: actions/upload-artifact@v3
70+
- uses: actions/upload-artifact@v4
7171
with:
7272
name: ${{ matrix.os }}
7373
path: prebuilds

0 commit comments

Comments
 (0)