From 161681fca0463b3ab6c3453b27ade3a8d5b8d77b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 07:13:07 +0000 Subject: [PATCH] Bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...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/testing-cypress-container.yml | 2 +- .github/workflows/testing-cypress-regression-tests.yml | 2 +- .github/workflows/testing-from-build.yml | 2 +- .github/workflows/testing-from-ghcr.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/testing-cypress-container.yml b/.github/workflows/testing-cypress-container.yml index 9c26a0898b..7688454b79 100644 --- a/.github/workflows/testing-cypress-container.yml +++ b/.github/workflows/testing-cypress-container.yml @@ -80,7 +80,7 @@ jobs: working-directory: ./backend spec: cypress/e2e/full-submission.cy.js - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 # add the line below to store screenshots only on failures if: failure() with: diff --git a/.github/workflows/testing-cypress-regression-tests.yml b/.github/workflows/testing-cypress-regression-tests.yml index 9a3dc8e4c5..d73f01a032 100644 --- a/.github/workflows/testing-cypress-regression-tests.yml +++ b/.github/workflows/testing-cypress-regression-tests.yml @@ -64,7 +64,7 @@ jobs: working-directory: ./backend spec: cypress/e2e/full-submission.cy.js - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 # add the line below to store screenshots only on failures if: failure() with: diff --git a/.github/workflows/testing-from-build.yml b/.github/workflows/testing-from-build.yml index 5f8f2b33a1..9b58979a2b 100644 --- a/.github/workflows/testing-from-build.yml +++ b/.github/workflows/testing-from-build.yml @@ -114,7 +114,7 @@ jobs: working-directory: ./backend spec: cypress/e2e/accessibility.cy.js - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 # add the line below to store screenshots only on failures if: failure() with: diff --git a/.github/workflows/testing-from-ghcr.yml b/.github/workflows/testing-from-ghcr.yml index 8ea3614ef9..1fc9f9ffa9 100644 --- a/.github/workflows/testing-from-ghcr.yml +++ b/.github/workflows/testing-from-ghcr.yml @@ -116,7 +116,7 @@ jobs: working-directory: ./backend spec: cypress/e2e/accessibility.cy.js - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 # add the line below to store screenshots only on failures if: failure() with: