File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout code
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
with :
21
21
ref : ${{ github.event.inputs.commit_id }}
22
22
- name : Configure git identity
53
53
- name : Install ZIP tools
54
54
run : sudo apt-get install zip unzip
55
55
- name : Checkout code
56
- uses : actions/checkout@v3
56
+ uses : actions/checkout@v4
57
57
with :
58
58
ref : ${{ github.event.inputs.commit_id }}
59
59
path : coreJSON
91
91
ctest -E system --output-on-failure
92
92
cd ..
93
93
- name : Create artifact of ZIP
94
- uses : actions/upload-artifact@v2
94
+ uses : actions/upload-artifact@v4
95
95
with :
96
96
name : coreJSON-${{ github.event.inputs.version_number }}.zip
97
97
path : zip-check/coreJSON-${{ github.event.inputs.version_number }}.zip
@@ -124,7 +124,7 @@ jobs:
124
124
draft : false
125
125
prerelease : false
126
126
- name : Download ZIP artifact
127
- uses : actions/download-artifact@v2
127
+ uses : actions/download-artifact@v4
128
128
with :
129
129
name : coreJSON-${{ github.event.inputs.version_number }}.zip
130
130
- name : Upload Release Asset
You can’t perform that action at this time.
0 commit comments