Skip to content

Commit 6e018cd

Browse files
Bump the artifact-io group with 2 updates (#92)
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 3 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) Updates `actions/download-artifact` from 3 to 4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: artifact-io - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: artifact-io ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f97f96 commit 6e018cd

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
@@ -76,7 +76,7 @@ jobs:
7676
outputs: type=docker,dest=/tmp/image.tar
7777

7878
- name: Upload base docker image as artifact for e2e tests
79-
uses: actions/upload-artifact@v3
79+
uses: actions/upload-artifact@v4
8080
with:
8181
name: controller-image
8282
path: /tmp/image.tar
@@ -152,7 +152,7 @@ jobs:
152152
- name: Set up Docker Buildx
153153
uses: docker/setup-buildx-action@v3
154154
- name: Download docker image artifact from docker job
155-
uses: actions/download-artifact@v3
155+
uses: actions/download-artifact@v4
156156
with:
157157
name: controller-image
158158
path: /tmp

0 commit comments

Comments
 (0)