File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 TARGET_ARCH : ${{ matrix.TARGET_ARCH }}
2020
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v4
2323
2424 - name : Build ${{ matrix.BUILD_TYPE }} ${{ matrix.TARGET_ARCH }}
2525 run : tooling/build-in-docker.sh ${{ env.BUILD_TYPE }}
3737 cp src/hooks/libapprun_hooks.so ${{runner.workspace}}/dist/libapprun_hooks-$BUILD_TYPE-$TARGET_ARCH.so
3838
3939 - name : Upload Artifacts ${{ env.TARGET_ARCH }}
40- uses : actions/upload-artifact@v2.1.4
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : artifacts
43- path : ${{runner.workspace}}/dist/*
43+ path : ${{runner.workspace}}/dist/*
Original file line number Diff line number Diff line change 1717 TARGET_ARCH : ${{ matrix.TARGET_ARCH }}
1818
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v4
2121
2222 - name : Build ${{ matrix.BUILD_TYPE }} ${{ matrix.TARGET_ARCH }}
2323 run : tooling/build-in-docker.sh ${{ env.BUILD_TYPE }}
3535 cp src/hooks/libapprun_hooks.so ${{runner.workspace}}/dist/libapprun_hooks-$BUILD_TYPE-$TARGET_ARCH.so
3636
3737 - name : Upload Artifacts ${{ env.TARGET_ARCH }}
38- uses : actions/upload-artifact@v2.1.4
38+ uses : actions/upload-artifact@v4
3939 with :
4040 name : artifacts
4141 path : ${{runner.workspace}}/dist/*
4545 needs : build
4646 steps :
4747 - name : Download artifacts from build job
48- uses : actions/download-artifact@v2
48+ uses : actions/download-artifact@v4
4949 with :
5050 name : artifacts
5151
5858 prerelease : true
5959 draft : false
6060 files : ./*
61- repo_token : ${{ secrets.GITHUB_TOKEN }}
61+ repo_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1717 TARGET_ARCH : ${{ matrix.TARGET_ARCH }}
1818
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@4
2121
2222 - name : Build ${{ matrix.BUILD_TYPE }} ${{ matrix.TARGET_ARCH }}
2323 run : tooling/build-in-docker.sh ${{ env.BUILD_TYPE }}
3535 cp src/hooks/libapprun_hooks.so ${{runner.workspace}}/dist/libapprun_hooks-$BUILD_TYPE-$TARGET_ARCH.so
3636
3737 - name : Upload Artifacts ${{ env.TARGET_ARCH }}
38- uses : actions/upload-artifact@v2.1.4
38+ uses : actions/upload-artifact@v4
3939 with :
4040 name : artifacts
4141 path : ${{runner.workspace}}/dist/*
@@ -45,12 +45,12 @@ jobs:
4545 needs : build
4646 steps :
4747 - name : Download artifacts from build job
48- uses : actions/download-artifact@v2
48+ uses : actions/download-artifact@v4
4949 with :
5050 name : artifacts
5151
5252 - uses : " marvinpinto/action-automatic-releases@latest"
5353 with :
5454 repo_token : " ${{ secrets.GITHUB_TOKEN }}"
5555 prerelease : false
56- files : ./*
56+ files : ./*
Original file line number Diff line number Diff line change 11cmake-build- *
2- .idea
2+ .idea
3+ build /
You can’t perform that action at this time.
0 commit comments