We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/upload-artifact
1 parent 1609684 commit 2f0c799Copy full SHA for 2f0c799
.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
98
run: yarn test
99
100
- name: Upload binaries to commit artifacts
101
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
102
if: matrix.node == 18
103
with:
104
name: prebuilt-binaries
@@ -152,7 +152,7 @@ jobs:
152
docker cp $CONTAINER_ID:/usr/src/build/prebuilds/ ./prebuilds
153
154
155
156
157
158
0 commit comments