File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed
Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 node_version : [
17- # 10,
18- # 12,
19- # 14,
17+ 10,
18+ 12,
19+ 14,
2020 20,
2121 ]
2222 steps :
Original file line number Diff line number Diff line change 2222 - name : Dump upload url to file
2323 run : echo '${{ steps.create_release.outputs.upload_url }}' > upload_url
2424 - name : Upload upload_url
25- uses : actions/upload-artifact@v1
25+ uses : actions/upload-artifact@v4
2626 with :
2727 name : upload_url
2828 path : upload_url
3737 ' linux-x64' ,
3838 ]
3939 pair : [
40- # 'node:10',
41- # 'node:12',
42- # 'node:14',
40+ ' node:10' ,
41+ ' node:12' ,
42+ ' node:14' ,
4343 ' node:20' ,
4444 ]
4545 include :
@@ -49,15 +49,15 @@ jobs:
4949 host-os : ' ubuntu-latest'
5050 - platform : ' linux-x64'
5151 host-os : ' ubuntu-latest'
52- # - pair: 'node:10'
53- # language: 'node'
54- # version: '10'
55- # - pair: 'node:12'
56- # language: 'node'
57- # version: '12'
58- # - pair: 'node:14'
59- # language: 'node'
60- # version: '14'
52+ - pair : ' node:10'
53+ language : ' node'
54+ version : ' 10'
55+ - pair : ' node:12'
56+ language : ' node'
57+ version : ' 12'
58+ - pair : ' node:14'
59+ language : ' node'
60+ version : ' 14'
6161 - pair : ' node:20'
6262 language : ' node'
6363 version : ' 20'
6666
6767 steps :
6868 - name : Download upload_url
69- uses : actions/download-artifact@v1
69+ uses : actions/download-artifact@v4
7070 with :
7171 name : upload_url
7272 - name : Set upload_url
You can’t perform that action at this time.
0 commit comments