Skip to content

Commit 2893ce7

Browse files
dependabot[bot]pcallewaert
authored andcommitted
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9e582b commit 2893ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: kubectl kuttl test --config ./tests/kuttl-test-self-hosted-postgres.yaml
3737
- name: Upload test artifacts
3838
if: always() # Run even if tests fail
39-
uses: actions/upload-artifact@v5
39+
uses: actions/upload-artifact@v6
4040
with:
4141
name: test-results
4242
path: tests/kind-logs-*/

0 commit comments

Comments
 (0)