Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:

- name: Upload E2E test artifacts
if: failure()
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: cypress-screenshots-videos
path: |
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
fi

- name: Upload coverage reports as artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: coverage-report
path: coverage/
Expand Down