From b4f4b237ddc8a6d759c81ffd2e759d32373cd964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 19:47:34 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.6.2 to 7.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.2...v7.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index af73398..c16b7d6 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -43,14 +43,14 @@ jobs: - name: Save Cypress screenshots on job failure if: failure() - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v7.0.0 with: name: cypress-screenshots path: cypress/screenshots - name: Save Cypress videos on job failure if: failure() - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v7.0.0 with: name: cypress-videos path: cypress/videos