Skip to content

Commit e78425d

Browse files
Bump actions/upload-artifact from 4 to 7 (#141)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' 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 cf12acd commit e78425d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
# Dump cluster logs for debugging
3636
- name: Upload E2E Artifacts
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v7
3838
if: always()
3939
with:
4040
name: e2e-artifacts

0 commit comments

Comments
 (0)