Skip to content

Commit 2d501a0

Browse files
build(deps): bump actions/upload-artifact from 4 to 5 in /.github/actions/e2e-troubleshoot (#3120)
build(deps): bump actions/upload-artifact 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1155cab commit 2d501a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/e2e-troubleshoot/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)