File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020 with :
2121 ref : ${{ github.event.inputs.commit_id }}
2222 - name : Configure git identity
5353 - name : Install ZIP tools
5454 run : sudo apt-get install zip unzip
5555 - name : Checkout code
56- uses : actions/checkout@v3
56+ uses : actions/checkout@v4
5757 with :
5858 ref : ${{ github.event.inputs.commit_id }}
5959 path : coreHTTP
9090 ctest -E system --output-on-failure
9191 cd ..
9292 - name : Create artifact of ZIP
93- uses : actions/upload-artifact@v2
93+ uses : actions/upload-artifact@v4
9494 with :
9595 name : coreHTTP-${{ github.event.inputs.version_number }}.zip
9696 path : zip-check/coreHTTP-${{ github.event.inputs.version_number }}.zip
@@ -123,7 +123,7 @@ jobs:
123123 draft : false
124124 prerelease : false
125125 - name : Download ZIP artifact
126- uses : actions/download-artifact@v2
126+ uses : actions/download-artifact@v4
127127 with :
128128 name : coreHTTP-${{ github.event.inputs.version_number }}.zip
129129 - name : Upload Release Asset
You can’t perform that action at this time.
0 commit comments