Skip to content

Commit 09b568c

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 74602c7 commit 09b568c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/csit-report-dispatch.yml

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

119119
- name: Archive Logs
120120
if: ${{ always() }}
121-
uses: actions/upload-artifact@v4
121+
uses: actions/upload-artifact@v5
122122
with:
123123
# yamllint disable-line rule:line-length
124124
name: ${{ github.job }}-master-${{ matrix.node }}-${{ github.run_id }}

.github/workflows/gerrit-comment-handler.yaml

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

129129
- name: Archive Logs
130130
if: ${{ always() }}
131-
uses: actions/upload-artifact@v4
131+
uses: actions/upload-artifact@v5
132132
with:
133133
# yamllint disable-line rule:line-length
134134
name: csit-${{ matrix.dut }}-perf-verify-${{ matrix.node }}-${{ github.run_id }}

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

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

104104
- name: Archive Logs
105105
if: ${{ always() }}
106-
uses: actions/upload-artifact@v4
106+
uses: actions/upload-artifact@v5
107107
with:
108108
name: ${{ github.job }}-${{ github.run_number }}
109109
path: archives/

0 commit comments

Comments
 (0)