Skip to content

Commit 2f0c799

Browse files
Updated actions/upload-artifact to v4
1 parent 1609684 commit 2f0c799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
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@v3
101+
uses: actions/upload-artifact@v4
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@v3
155+
uses: actions/upload-artifact@v4
156156
if: matrix.node == 18
157157
with:
158158
name: prebuilt-binaries

0 commit comments

Comments
 (0)