Skip to content

Commit 06db213

Browse files
committed
ci:update last version
1 parent 5a31121 commit 06db213

11 files changed

Lines changed: 52 additions & 52 deletions

.github/workflows/Alma_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ jobs:
4444

4545
steps:
4646
- name: Checkout main repository code
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v6
4848

4949
- name: Checkout dependency repository (xengine)
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v6
5151
with:
5252
repository: libxengine/libxengine
5353
path: libxengine
5454

5555
- name: sub module checkout (opensource)
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v6
5757
with:
5858
repository: libxengine/XEngine_OPenSource
5959
path: XEngine_Source/XEngine_DependLibrary
@@ -92,7 +92,7 @@ jobs:
9292
./XEngine_StreamMediaApp -t
9393
9494
- name: Upload folder as artifact
95-
uses: actions/upload-artifact@v4
95+
uses: actions/upload-artifact@v6
9696
with:
9797
name: XEngine_StreamMediaApp-AlmaLinux_${{ matrix.version }}_${{ matrix.artifact }}
9898
path: XEngine_Release/

.github/workflows/Centos_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ jobs:
4848

4949
steps:
5050
- name: Checkout main repository code
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v6
5252

5353
- name: Checkout dependency repository (xengine)
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v6
5555
with:
5656
repository: libxengine/libxengine
5757
path: libxengine
5858

5959
- name: sub module checkout (opensource)
60-
uses: actions/checkout@v4
60+
uses: actions/checkout@v6
6161
with:
6262
repository: libxengine/XEngine_OPenSource
6363
path: XEngine_Source/XEngine_DependLibrary
@@ -96,7 +96,7 @@ jobs:
9696
./XEngine_StreamMediaApp -t
9797
9898
- name: Upload folder as artifact
99-
uses: actions/upload-artifact@v4
99+
uses: actions/upload-artifact@v6
100100
with:
101101
name: XEngine_StreamMediaApp-CentOS_${{ matrix.version }}_${{ matrix.artifact }}
102102
path: XEngine_Release/

.github/workflows/Rocky_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@ jobs:
4444

4545
steps:
4646
- name: Checkout main repository code
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v6
4848
with:
4949
ref: 'develop'
5050

5151
- name: Checkout dependency repository (xengine)
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v6
5353
with:
5454
repository: libxengine/libxengine
5555
path: libxengine
5656

5757
- name: sub module checkout (opensource)
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v6
5959
with:
6060
repository: libxengine/XEngine_OPenSource
6161
path: XEngine_Source/XEngine_DependLibrary
@@ -97,7 +97,7 @@ jobs:
9797
./XEngine_StreamMediaApp -t
9898
9999
- name: Upload folder as artifact with RockyLinux
100-
uses: actions/upload-artifact@v4
100+
uses: actions/upload-artifact@v6
101101
with:
102102
name: XEngine_StreamMediaApp-RockyLinux_${{ matrix.version }}_${{ matrix.artifact }}
103103
path: XEngine_Release/

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
- language: c-cpp
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
2929
with:
3030
ref: 'develop'
3131

3232
- name: Checkout dependency repository (xengine)
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434
with:
3535
repository: libxengine/libxengine
3636
path: libxengine
@@ -53,7 +53,7 @@ jobs:
5353
run: sudo apt install libsrt-gnutls-dev libsrtp2-dev -y
5454

5555
- name: Initialize CodeQL
56-
uses: github/codeql-action/init@v3
56+
uses: github/codeql-action/init@v4
5757
with:
5858
languages: ${{ matrix.language }}
5959

@@ -63,6 +63,6 @@ jobs:
6363
make
6464
6565
- name: Perform CodeQL Analysis
66-
uses: github/codeql-action/analyze@v3
66+
uses: github/codeql-action/analyze@v4
6767
with:
6868
category: "/language:${{ matrix.language }}"

.github/workflows/cppcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout main repository code
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
with:
2020
ref: 'develop'
2121

@@ -29,7 +29,7 @@ jobs:
2929
continue-on-error: true
3030

3131
- name: Upload Cppcheck Results
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-artifact@v6
3333
with:
3434
name: cppcheck_results
3535
path: static_analysis/log.xml

.github/workflows/debian_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@ jobs:
3636

3737
steps:
3838
- name: Checkout main repository code
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v6
4040
with:
4141
ref: 'develop'
4242

4343
- name: Checkout dependency repository (xengine)
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v6
4545
with:
4646
repository: libxengine/libxengine
4747
path: libxengine
4848

4949
- name: sub module checkout (opensource)
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v6
5151
with:
5252
repository: libxengine/XEngine_OPenSource
5353
path: XEngine_Source/XEngine_DependLibrary
@@ -91,7 +91,7 @@ jobs:
9191
./XEngine_StreamMediaApp -t
9292
9393
- name: Upload folder as artifact
94-
uses: actions/upload-artifact@v4
94+
uses: actions/upload-artifact@v6
9595
with:
9696
name: XEngine_StreamMediaApp-Debian_${{ matrix.version }}_x86-64
9797
path: XEngine_Release/

.github/workflows/fedora_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ jobs:
3434

3535
steps:
3636
- name: Checkout main repository code
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v6
3838

3939
- name: Checkout dependency repository (xengine)
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v6
4141
with:
4242
repository: libxengine/libxengine
4343
path: libxengine
4444

4545
- name: sub module checkout (opensource)
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v6
4747
with:
4848
repository: libxengine/XEngine_OPenSource
4949
path: XEngine_Source/XEngine_DependLibrary
@@ -83,7 +83,7 @@ jobs:
8383
./XEngine_StreamMediaApp -t
8484
8585
- name: Upload folder as artifact
86-
uses: actions/upload-artifact@v4
86+
uses: actions/upload-artifact@v6
8787
with:
8888
name: XEngine_XEngine_StreamMediaAppProxyServiceApp-Fedora_${{ matrix.fedora-version }}_${{ matrix.artifact }}
8989
path: XEngine_Release/

.github/workflows/macbuild.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323

2424
steps:
2525
- name: Checkout main repository code
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727
with:
2828
ref: 'develop'
2929

3030
- name: Checkout dependency repository (xengine)
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232
with:
3333
repository: libxengine/libxengine
3434
path: libxengine
@@ -84,14 +84,14 @@ jobs:
8484
8585
- name: Upload folder as artifact with mac x64
8686
if: matrix.os == 'macos-15-intel'
87-
uses: actions/upload-artifact@v4
87+
uses: actions/upload-artifact@v6
8888
with:
8989
name: XEngine_StreamMediaApp-Mac_x86_64
9090
path: XEngine_Release/
9191
retention-days: 1
9292
- name: Upload folder as artifact with mac arm
9393
if: matrix.os == 'macos-15'
94-
uses: actions/upload-artifact@v4
94+
uses: actions/upload-artifact@v6
9595
with:
9696
name: XEngine_StreamMediaApp-Mac_Arm64
9797
path: XEngine_Release/

.github/workflows/msbuild.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424

2525
steps:
2626
- name: Checkout main repository code
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v6
2828
with:
2929
ref: 'develop'
3030

3131
- name: Checkout dependency repository (xengine)
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333
with:
3434
repository: libxengine/libxengine
3535
path: libxengine
@@ -41,7 +41,7 @@ jobs:
4141
shell: pwsh
4242

4343
- name: vcpkg dependency repository
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v6
4545
with:
4646
repository: microsoft/vcpkg
4747
path: vcpkg
@@ -107,7 +107,7 @@ jobs:
107107
shell: pwsh
108108

109109
- name: Setup MSBuild
110-
uses: microsoft/setup-msbuild@v2
110+
uses: microsoft/setup-msbuild@v3
111111

112112
- name: Build Solution
113113
run: msbuild XEngine_Source/XEngine.sln /p:Configuration=${{ matrix.configuration }} /p:Platform=${{ matrix.platform }}
@@ -143,22 +143,22 @@ jobs:
143143

144144
- name: Upload folder as artifact with x86
145145
if: matrix.configuration == 'Release' && matrix.platform == 'x86'
146-
uses: actions/upload-artifact@v4
146+
uses: actions/upload-artifact@v6
147147
with:
148148
name: XEngine_StreamMediaApp-Windows_x86_32
149149
path: XEngine_Release/
150150
retention-days: 1
151151

152152
- name: Upload folder as artifact with x64
153153
if: matrix.configuration == 'Release' && matrix.platform == 'x64'
154-
uses: actions/upload-artifact@v4
154+
uses: actions/upload-artifact@v6
155155
with:
156156
name: XEngine_StreamMediaApp-Windows_x86_64
157157
path: XEngine_Release/
158158
retention-days: 1
159159
- name: Upload folder as artifact with ARM64
160160
if: matrix.configuration == 'Release' && matrix.platform == 'ARM64'
161-
uses: actions/upload-artifact@v4
161+
uses: actions/upload-artifact@v6
162162
with:
163163
name: XEngine_StreamMediaApp-Windows_Arm64
164164
path: XEngine_Release/

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111

1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717

1818
- name: Download ubuntu build
19-
uses: dawidd6/action-download-artifact@v6
19+
uses: dawidd6/action-download-artifact@v20
2020
with:
2121
workflow: ubuntu_build.yml
2222
workflow_conclusion: success
@@ -25,7 +25,7 @@ jobs:
2525
if_no_artifact_found: fail
2626
path: ./XRelease/
2727
- name: Download debian build
28-
uses: dawidd6/action-download-artifact@v6
28+
uses: dawidd6/action-download-artifact@v20
2929
with:
3030
workflow: debian_build.yml
3131
workflow_conclusion: success
@@ -34,7 +34,7 @@ jobs:
3434
if_no_artifact_found: fail
3535
path: ./XRelease/
3636
- name: Download fedora build
37-
uses: dawidd6/action-download-artifact@v6
37+
uses: dawidd6/action-download-artifact@v20
3838
with:
3939
workflow: fedora_build.yml
4040
workflow_conclusion: success
@@ -43,7 +43,7 @@ jobs:
4343
if_no_artifact_found: fail
4444
path: ./XRelease/
4545
- name: Download Rocky build
46-
uses: dawidd6/action-download-artifact@v6
46+
uses: dawidd6/action-download-artifact@v20
4747
with:
4848
workflow: Rocky_build.yml
4949
workflow_conclusion: success
@@ -52,7 +52,7 @@ jobs:
5252
if_no_artifact_found: fail
5353
path: ./XRelease/
5454
- name: Download Alma build
55-
uses: dawidd6/action-download-artifact@v6
55+
uses: dawidd6/action-download-artifact@v20
5656
with:
5757
workflow: Alma_build.yml
5858
workflow_conclusion: success
@@ -61,7 +61,7 @@ jobs:
6161
if_no_artifact_found: fail
6262
path: ./XRelease/
6363
- name: Download CentOS build
64-
uses: dawidd6/action-download-artifact@v6
64+
uses: dawidd6/action-download-artifact@v20
6565
with:
6666
workflow: Centos_build.yml
6767
workflow_conclusion: success
@@ -70,7 +70,7 @@ jobs:
7070
if_no_artifact_found: fail
7171
path: ./XRelease/
7272
- name: Download macbuild
73-
uses: dawidd6/action-download-artifact@v6
73+
uses: dawidd6/action-download-artifact@v20
7474
with:
7575
workflow: macbuild.yml
7676
workflow_conclusion: success
@@ -79,7 +79,7 @@ jobs:
7979
if_no_artifact_found: fail
8080
path: ./XRelease/
8181
- name: Download msbuild
82-
uses: dawidd6/action-download-artifact@v6
82+
uses: dawidd6/action-download-artifact@v20
8383
with:
8484
workflow: msbuild.yml
8585
workflow_conclusion: success

0 commit comments

Comments
 (0)