File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 strategy :
1919 fail-fast : false
2020 matrix :
21- os : [ubuntu-18 .04]
21+ os : [ubuntu-20 .04]
2222 steps :
2323 - name : Install iceoryx dependencies
2424 run : |
2727 sudo apt-get install -y plantuml texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-fonts-recommended
2828
2929 - name : Checkout
30- uses : actions/checkout@v2
30+ uses : actions/checkout@v4
3131 with :
3232 ref : ${{ github.event.inputs.ReleaseTag }}
3333 env :
4747 $GITHUB_WORKSPACE/tools/iceoryx_build_test.sh clean dds-gateway package
4848
4949 - name : Upload release artifacts
50- uses : actions/upload-artifact@v2
50+ uses : actions/upload-artifact@v4
5151 with :
5252 name : release_artifacts
5353 path : ./build_package/iceoryx*.deb
@@ -59,13 +59,13 @@ jobs:
5959 runs-on : ubuntu-latest
6060 steps :
6161 - name : Download release artifacts
62- uses : actions/download-artifact@v2
62+ uses : actions/download-artifact@v4
6363 with :
6464 name : release_artifacts
6565
6666 - name : Create Release
6767 id : create_release
68- uses : softprops/action-gh-release@v1
68+ uses : softprops/action-gh-release@v2
6969 env :
7070 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7171 with :
You can’t perform that action at this time.
0 commit comments