Skip to content

Commit 6997350

Browse files
dependabot[bot]gambol99
authored andcommitted
Bump actions/upload-artifact from 4 to 5 (#1722)
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 4217cfe commit 6997350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
tags: ghcr.io/appvia/terranetes-controller:ci
5959
outputs: type=docker,dest=/tmp/controller-image.tar
6060
- name: Save
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v5
6262
with:
6363
name: controller-image-${{ github.run_id }}-${{ (github.event.inputs || inputs).cloud }}
6464
path: /tmp/controller-image.tar
@@ -80,7 +80,7 @@ jobs:
8080
tags: ghcr.io/appvia/terranetes-executor:ci
8181
outputs: type=docker,dest=/tmp/executor-image.tar
8282
- name: Save
83-
uses: actions/upload-artifact@v4
83+
uses: actions/upload-artifact@v5
8484
with:
8585
name: executor-image-${{ github.run_id }}-${{ (github.event.inputs || inputs).cloud }}
8686
path: /tmp/executor-image.tar

0 commit comments

Comments
 (0)