Skip to content

Commit 31eb0ad

Browse files
committed
[ci] Update actions/upload-artifact action to v5
1 parent b416d73 commit 31eb0ad

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
@@ -65,7 +65,7 @@ jobs:
6565
if: matrix.os != 'macos-latest'
6666
- run: npm run prebuild-darwin-x64+arm64
6767
if: matrix.os == 'macos-latest'
68-
- uses: actions/upload-artifact@v4
68+
- uses: actions/upload-artifact@v5
6969
with:
7070
name: ${{ matrix.os }}-${{ matrix.arch }}
7171
path: prebuilds

0 commit comments

Comments
 (0)