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.
1 parent a779cc0 commit f3b7a6aCopy full SHA for f3b7a6a
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
/workspace/build.sh
40
41
- name: upload-artifact
42
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
43
with:
44
name: node-linux-x64-static
45
path: node-v*-linux-x64-static.tar.xz
build.sh
@@ -2,7 +2,7 @@
2
3
set -eu
4
5
-node_ver=v21.4.0
+node_ver=v21.5.0
6
7
apk add \
8
clang \
0 commit comments