Skip to content

Commit f6539a4

Browse files
build(deps): bump actions/upload-artifact from 4 to 5 (#783)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cb6e054 commit f6539a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run installation test using CLI
3333
run: ./tests/cli/basic_test.sh
3434
- name: upload e2e k8s test logs
35-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v5
3636
if: failure()
3737
with:
3838
name: tests-cli

.github/workflows/pr-e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run e2e k8s test on a kind cluster
3030
run: CICD=1 ${{ runner.debug == '1' && 'DEBUG=1' || '' }} make tests-e2e-k8s
3131
- name: upload e2e k8s test logs
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-artifact@v5
3333
if: failure()
3434
with:
3535
name: tests-e2e-k8s

0 commit comments

Comments
 (0)