mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-03 04:18:15 +00:00
Updated to v4 to resolve deprecation error. (#1024)
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
committed by
GitHub
parent
6bf2b6fc27
commit
a9b205ff87
2
.github/actions/run-tests/action.yml
vendored
2
.github/actions/run-tests/action.yml
vendored
@@ -141,7 +141,7 @@ runs:
|
|||||||
|
|
||||||
- name: upload Allure results as artifact
|
- name: upload Allure results as artifact
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.allure_results_artifact_name }}
|
name: ${{ inputs.allure_results_artifact_name }}
|
||||||
path: allure-results
|
path: allure-results
|
||||||
|
|||||||
4
.github/workflows/advanced.yml
vendored
4
.github/workflows/advanced.yml
vendored
@@ -983,7 +983,7 @@ jobs:
|
|||||||
- name: checkout testing repo
|
- name: checkout testing repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: allure-results-${{ matrix.model }}
|
name: allure-results-${{ matrix.model }}
|
||||||
path: allure-results
|
path: allure-results
|
||||||
@@ -1003,7 +1003,7 @@ jobs:
|
|||||||
Ap.Model=${{ matrix.model }}
|
Ap.Model=${{ matrix.model }}
|
||||||
|
|
||||||
- name: upload Allure report as artifact
|
- name: upload Allure report as artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: allure-report-${{ matrix.model }}
|
name: allure-report-${{ matrix.model }}
|
||||||
path: allure-report
|
path: allure-report
|
||||||
|
|||||||
4
.github/workflows/manual.yml
vendored
4
.github/workflows/manual.yml
vendored
@@ -173,7 +173,7 @@ jobs:
|
|||||||
- name: checkout testing repo
|
- name: checkout testing repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: allure-results
|
name: allure-results
|
||||||
path: allure-results
|
path: allure-results
|
||||||
@@ -184,7 +184,7 @@ jobs:
|
|||||||
results_path: ./allure-results
|
results_path: ./allure-results
|
||||||
|
|
||||||
- name: upload Allure report as artifact
|
- name: upload Allure report as artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: allure-report
|
name: allure-report
|
||||||
path: allure-report
|
path: allure-report
|
||||||
|
|||||||
12
.github/workflows/performance.yml
vendored
12
.github/workflows/performance.yml
vendored
@@ -2583,27 +2583,27 @@ jobs:
|
|||||||
- name: checkout testing repo
|
- name: checkout testing repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: allure-results-${{ matrix.model }}-dataplane_tests
|
name: allure-results-${{ matrix.model }}-dataplane_tests
|
||||||
path: allure-results-dataplane_tests
|
path: allure-results-dataplane_tests
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: allure-results-${{ matrix.model }}-wifi_capacity_ax_tests
|
name: allure-results-${{ matrix.model }}-wifi_capacity_ax_tests
|
||||||
path: allure-results-wifi_capacity_ax_tests
|
path: allure-results-wifi_capacity_ax_tests
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: allure-results-${{ matrix.model }}-peak_throughput_tests
|
name: allure-results-${{ matrix.model }}-peak_throughput_tests
|
||||||
path: allure-results-peak_throughput_tests
|
path: allure-results-peak_throughput_tests
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: allure-results-${{ matrix.model }}-client_scale_tests
|
name: allure-results-${{ matrix.model }}-client_scale_tests
|
||||||
path: allure-results-client_scale_tests
|
path: allure-results-client_scale_tests
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: allure-results-${{ matrix.model }}-dual_band_tests
|
name: allure-results-${{ matrix.model }}-dual_band_tests
|
||||||
path: allure-results-dual_band_tests
|
path: allure-results-dual_band_tests
|
||||||
@@ -2632,7 +2632,7 @@ jobs:
|
|||||||
Ap.Model=${{ matrix.model }}
|
Ap.Model=${{ matrix.model }}
|
||||||
|
|
||||||
- name: upload Allure report as artifact
|
- name: upload Allure report as artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: allure-report-${{ matrix.model }}
|
name: allure-report-${{ matrix.model }}
|
||||||
path: allure-report
|
path: allure-report
|
||||||
|
|||||||
4
.github/workflows/quali.yml
vendored
4
.github/workflows/quali.yml
vendored
@@ -1222,7 +1222,7 @@ jobs:
|
|||||||
- name: checkout testing repo
|
- name: checkout testing repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: allure-results-${{ matrix.model }}
|
name: allure-results-${{ matrix.model }}
|
||||||
path: allure-results
|
path: allure-results
|
||||||
@@ -1242,7 +1242,7 @@ jobs:
|
|||||||
Ap.Model=${{ matrix.model }}
|
Ap.Model=${{ matrix.model }}
|
||||||
|
|
||||||
- name: upload Allure report as artifact
|
- name: upload Allure report as artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: allure-report-${{ matrix.model }}
|
name: allure-report-${{ matrix.model }}
|
||||||
path: allure-report
|
path: allure-report
|
||||||
|
|||||||
4
.github/workflows/regression.yml
vendored
4
.github/workflows/regression.yml
vendored
@@ -4128,7 +4128,7 @@ jobs:
|
|||||||
- name: checkout testing repo
|
- name: checkout testing repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: allure-results-${{ matrix.model }}-${{ matrix.marker }}
|
name: allure-results-${{ matrix.model }}-${{ matrix.marker }}
|
||||||
path: allure-results
|
path: allure-results
|
||||||
@@ -4148,7 +4148,7 @@ jobs:
|
|||||||
Ap.Model=${{ matrix.model }}
|
Ap.Model=${{ matrix.model }}
|
||||||
|
|
||||||
- name: upload Allure report as artifact
|
- name: upload Allure report as artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: allure-report-${{ matrix.model }}-${{ matrix.marker }}
|
name: allure-report-${{ matrix.model }}-${{ matrix.marker }}
|
||||||
path: allure-report
|
path: allure-report
|
||||||
|
|||||||
Reference in New Issue
Block a user