Skip to content

Commit baf4b9d

Browse files
🌱 Bump actions/upload-artifact from 4 to 5 (#2288)
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 f71870d commit baf4b9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/e2e.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Run e2e tests
3636
run: ARTIFACT_PATH=/tmp/artifacts E2E_SUMMARY_OUTPUT=$GITHUB_STEP_SUMMARY make test-e2e
3737

38-
- uses: actions/upload-artifact@v4
38+
- uses: actions/upload-artifact@v5
3939
if: failure()
4040
with:
4141
name: e2e-artifacts
@@ -62,7 +62,7 @@ jobs:
6262
- name: Run e2e tests
6363
run: ARTIFACT_PATH=/tmp/artifacts E2E_SUMMARY_OUTPUT=$GITHUB_STEP_SUMMARY make test-experimental-e2e
6464

65-
- uses: actions/upload-artifact@v4
65+
- uses: actions/upload-artifact@v5
6666
if: failure()
6767
with:
6868
name: experimental-e2e-artifacts
@@ -87,7 +87,7 @@ jobs:
8787
- name: Run the upgrade e2e test
8888
run: ARTIFACT_PATH=/tmp/artifacts make test-upgrade-e2e
8989

90-
- uses: actions/upload-artifact@v4
90+
- uses: actions/upload-artifact@v5
9191
if: failure()
9292
with:
9393
name: upgrade-e2e-artifacts
@@ -105,7 +105,7 @@ jobs:
105105
- name: Run the upgrade e2e test
106106
run: ARTIFACT_PATH=/tmp/artifacts make test-upgrade-experimental-e2e
107107

108-
- uses: actions/upload-artifact@v4
108+
- uses: actions/upload-artifact@v5
109109
if: failure()
110110
with:
111111
name: upgrade-experimental-e2e-artifacts

0 commit comments

Comments
 (0)