Skip to content

Commit de1b5d3

Browse files
Update actions/upload-artifact action to v5
1 parent 528e15a commit de1b5d3

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@v5
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@v5
156156
if: matrix.node == 18
157157
with:
158158
name: prebuilt-binaries

0 commit comments

Comments
 (0)