From 0dbd9770c1b814ebee7a50f0cb9aed1d561680ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 16:18:13 +0000 Subject: [PATCH] chore(ci): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/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] --- .github/workflows/images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 3d11aa3..2a8991a 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -25,7 +25,7 @@ jobs: run: docker build -f Dockerfile.${{ matrix.engine }} -t cpr-smoke-${{ matrix.engine }} . - name: Save image run: docker save cpr-smoke-${{ matrix.engine }} -o /tmp/cpr-smoke-${{ matrix.engine }}.tar - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: cpr-smoke-${{ matrix.engine }}-image path: /tmp/cpr-smoke-${{ matrix.engine }}.tar