File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.github/actions/e2e-troubleshoot Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,21 @@ runs:
1010 steps :
1111 - name : Upload Host Support Bundle
1212 id : upload-host-support-bundle
13- uses : actions/upload-artifact@v4
13+ uses : actions/upload-artifact@v5
1414 with :
1515 name : ${{ inputs.test-name }}-support-bundle-host.tar.gz
1616 path : ./e2e/support-bundle-host-*.tar.gz
1717
1818 - name : Upload Cluster Support Bundle
1919 id : upload-cluster-support-bundle
20- uses : actions/upload-artifact@v4
20+ uses : actions/upload-artifact@v5
2121 with :
2222 name : ${{ inputs.test-name }}-support-bundle-cluster.tar.gz
2323 path : ./e2e/support-bundle-cluster.tar.gz
2424
2525 - name : Upload Playwright Report
2626 id : upload-playwright-report
27- uses : actions/upload-artifact@v4
27+ uses : actions/upload-artifact@v5
2828 with :
2929 name : ${{ inputs.test-name }}-playwright-report.tar.gz
3030 path : ./e2e/playwright-report.tar.gz
You can’t perform that action at this time.
0 commit comments