Skip to content

Commit c063f68

Browse files
authored
Merge pull request #958 from k8snetworkplumbingwg/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents 8f1e049 + bb5fa07 commit c063f68

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)