Skip to content

Commit 53cb901

Browse files
build(deps): Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf567e7 commit 53cb901

8 files changed

+8
-8
lines changed

.github/workflows/csit-dpdk-perf-mrr-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Archive Logs
8585
if: ${{ always() }}
86-
uses: actions/upload-artifact@v4
86+
uses: actions/upload-artifact@v5
8787
with:
8888
name: ${{ env.JOB_NAME }}-${{ github.run_number }}
8989
path: archives/

.github/workflows/csit-trex-perf-ndrpdr-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Archive Logs
5555
if: ${{ always() }}
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v5
5757
with:
5858
name: ${{ env.JOB_NAME }}-${{ github.run_number }}
5959
path: archives/

.github/workflows/csit-vpp-perf-hoststack-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Archive Logs
7373
if: ${{ always() }}
74-
uses: actions/upload-artifact@v4
74+
uses: actions/upload-artifact@v5
7575
with:
7676
name: ${{ env.JOB_NAME }}-${{ github.run_number }}
7777
path: archives/

.github/workflows/csit-vpp-perf-mrr-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Archive Logs
8888
if: ${{ always() }}
89-
uses: actions/upload-artifact@v4
89+
uses: actions/upload-artifact@v5
9090
with:
9191
name: ${{ env.JOB_NAME }}-${{ github.run_number }}
9292
path: archives/

.github/workflows/csit-vpp-perf-mrr-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Archive Logs
5858
if: ${{ always() }}
59-
uses: actions/upload-artifact@v4
59+
uses: actions/upload-artifact@v5
6060
with:
6161
name: ${{ env.JOB_NAME }}-${{ github.run_number }}
6262
path: archives/

.github/workflows/csit-vpp-perf-ndrpdr-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Archive Logs
8888
if: ${{ always() }}
89-
uses: actions/upload-artifact@v4
89+
uses: actions/upload-artifact@v5
9090
with:
9191
name: ${{ env.JOB_NAME }}-${{ github.run_number }}
9292
path: archives/

.github/workflows/csit-vpp-perf-soak-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Archive Logs
6161
if: ${{ always() }}
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v5
6363
with:
6464
name: ${{ env.JOB_NAME }}-${{ github.run_number }}
6565
path: archives/

.github/workflows/gerrit-csit-verify-tox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: Archive Logs
110110
if: ${{ always() }}
111-
uses: actions/upload-artifact@v4
111+
uses: actions/upload-artifact@v5
112112
with:
113113
name: ${{ env.JOB_NAME }}-${{ github.run_number }}
114114
path: archives/

0 commit comments

Comments
 (0)