File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
- os : [ubuntu-18 .04]
21
+ os : [ubuntu-20 .04]
22
22
steps :
23
23
- name : Install iceoryx dependencies
24
24
run : |
27
27
sudo apt-get install -y plantuml texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-fonts-recommended
28
28
29
29
- name : Checkout
30
- uses : actions/checkout@v2
30
+ uses : actions/checkout@v4
31
31
with :
32
32
ref : ${{ github.event.inputs.ReleaseTag }}
33
33
env :
47
47
$GITHUB_WORKSPACE/tools/iceoryx_build_test.sh clean dds-gateway package
48
48
49
49
- name : Upload release artifacts
50
- uses : actions/upload-artifact@v2
50
+ uses : actions/upload-artifact@v4
51
51
with :
52
52
name : release_artifacts
53
53
path : ./build_package/iceoryx*.deb
@@ -59,13 +59,13 @@ jobs:
59
59
runs-on : ubuntu-latest
60
60
steps :
61
61
- name : Download release artifacts
62
- uses : actions/download-artifact@v2
62
+ uses : actions/download-artifact@v4
63
63
with :
64
64
name : release_artifacts
65
65
66
66
- name : Create Release
67
67
id : create_release
68
- uses : softprops/action-gh-release@v1
68
+ uses : softprops/action-gh-release@v2
69
69
env :
70
70
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
71
71
with :
You can’t perform that action at this time.
0 commit comments