Skip to content

Commit ec59dbd

Browse files
dependabot[bot]wikkyk
authored andcommitted
Bump actions/upload-artifact from 4 to 5
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>
1 parent f4697ee commit ec59dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: "make test-e2e GINKGO_SKIP=${{ env.SKIP_E2E }}"
4242

4343
- name: Upload artifacts
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v5
4545
if: success() || failure()
4646
with:
4747
name: logs

0 commit comments

Comments
 (0)