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 : backoffAlgorithm
9191 ctest -E system --output-on-failure
9292 cd ..
9393 - name : Create artifact of ZIP
94- uses : actions/upload-artifact@v2
94+ uses : actions/upload-artifact@v4
9595 with :
9696 name : backoffAlgorithm-${{ github.event.inputs.version_number }}.zip
9797 path : zip-check/backoffAlgorithm-${{ github.event.inputs.version_number }}.zip
@@ -124,7 +124,7 @@ jobs:
124124 draft : false
125125 prerelease : false
126126 - name : Download ZIP artifact
127- uses : actions/download-artifact@v2
127+ uses : actions/download-artifact@v4
128128 with :
129129 name : backoffAlgorithm-${{ github.event.inputs.version_number }}.zip
130130 - name : Upload Release Asset
You can’t perform that action at this time.
0 commit comments