diff --git a/.github/workflows/testing-cypress-container.yml b/.github/workflows/testing-cypress-container.yml index 9c26a0898..7688454b7 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 9a3dc8e4c..d73f01a03 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 5f8f2b33a..9b58979a2 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 8ea3614ef..1fc9f9ffa 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: