Skip to content

Commit bb5fa07

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 8f1e049 commit bb5fa07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
- name: run test
185185
run: make test-e2e-conformance-virtual-k8s-cluster-ci
186186

187-
- uses: actions/upload-artifact@v4
187+
- uses: actions/upload-artifact@v5
188188
if: always()
189189
with:
190190
name: ${{ env.TEST_REPORT_PATH }}
@@ -218,7 +218,7 @@ jobs:
218218
- name: run test
219219
run: make test-e2e-conformance-virtual-ocp-cluster-ci
220220

221-
- uses: actions/upload-artifact@v4
221+
- uses: actions/upload-artifact@v5
222222
if: always()
223223
with:
224224
name: ${{ env.TEST_REPORT_PATH }}

0 commit comments

Comments
 (0)