Skip to content

Commit f3b7a6a

Browse files
committed
v21.5.0
1 parent a779cc0 commit f3b7a6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
/workspace/build.sh
4040
4141
- name: upload-artifact
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: node-linux-x64-static
4545
path: node-v*-linux-x64-static.tar.xz

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eu
44

5-
node_ver=v21.4.0
5+
node_ver=v21.5.0
66

77
apk add \
88
clang \

0 commit comments

Comments
 (0)