Skip to content

Commit df2d1ae

Browse files
Bump the artifact-io group with 2 updates
Bumps the artifact-io group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: artifact-io - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: artifact-io ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d526ba0 commit df2d1ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
outputs: type=docker,dest=/tmp/image.tar
8383

8484
- name: Upload base docker image as artifact for e2e tests
85-
uses: actions/upload-artifact@v4
85+
uses: actions/upload-artifact@v5
8686
with:
8787
name: controller-image
8888
path: /tmp/image.tar
@@ -162,7 +162,7 @@ jobs:
162162
- name: Set up Docker Buildx
163163
uses: docker/setup-buildx-action@v3
164164
- name: Download docker image artifact from docker job
165-
uses: actions/download-artifact@v5
165+
uses: actions/download-artifact@v6
166166
with:
167167
name: controller-image
168168
path: /tmp

0 commit comments

Comments
 (0)