diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c3a5bb79..be3c27527 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -77,7 +77,7 @@ jobs: command: ./node_modules/.bin/cypress run -C cypress.config.ci.js --headless --browser chrome --spec "cypress/integration/${{ matrix.spec }}" - name: Upload video - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: failure() with: path: /home/runner/work/palaute/palaute/cypress/videos/*