File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 52
52
tag : ${{ github.ref }}
53
53
file_glob : true
54
54
55
- - uses : actions/upload-artifact@v3
55
+ - uses : actions/upload-artifact@v4
56
56
with :
57
57
name : build
58
58
path : |
@@ -76,13 +76,11 @@ jobs:
76
76
- os : macos-12
77
77
target : macos
78
78
node : 20
79
- # Using the `centos7-devtoolset7` runner instead of latest (i.e. `ubuntu-20.04`)
80
- # with gcc 7 but glibc 2.17, so binaries are compatible for Ubuntu 14.04 and Debian 8.
81
79
- os : ubuntu-20.04
82
80
target : linux
83
- node : 16
81
+ node : 20
84
82
container :
85
- image : centos/devtoolset-7-toolchain-centos7:7
83
+ image : redhat/ubi8
86
84
options : " --user root"
87
85
runs-on : ${{ matrix.os }}
88
86
container : ${{ matrix.container }}
92
90
ref : ${{ env.TARGET_REF }}
93
91
token : ${{ secrets.GPR_TOKEN }}
94
92
95
- - uses : actions/download-artifact@v3
93
+ - uses : actions/download-artifact@v4
96
94
with :
97
95
name : build
98
96
@@ -145,7 +143,7 @@ jobs:
145
143
ref : ${{ env.TARGET_REF }}
146
144
token : ${{ secrets.GPR_TOKEN }}
147
145
148
- - uses : actions/download-artifact@v3
146
+ - uses : actions/download-artifact@v4
149
147
with :
150
148
name : build
151
149
You can’t perform that action at this time.
0 commit comments