WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 60d1385

Browse files
Update actions/upload-artifact action to v6
1 parent a85f9e8 commit 60d1385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: yarn test
9999

100100
- name: Upload binaries to commit artifacts
101-
uses: actions/upload-artifact@v4
101+
uses: actions/upload-artifact@v6
102102
if: matrix.node == 18
103103
with:
104104
name: prebuilt-binaries
@@ -152,7 +152,7 @@ jobs:
152152
docker cp $CONTAINER_ID:/usr/src/build/prebuilds/ ./prebuilds
153153
154154
- name: Upload binaries to commit artifacts
155-
uses: actions/upload-artifact@v4
155+
uses: actions/upload-artifact@v6
156156
if: matrix.node == 18
157157
with:
158158
name: prebuilt-binaries

0 commit comments

Comments
 (0)