Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
richmahn authored Feb 3, 2025
1 parent a41f97f commit 07a2ffd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
- name: Save Cypress Videos
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Cypress Videos
path: ./cypress/videos/
Expand All @@ -47,7 +47,7 @@ jobs:
# Combine test coverage reports
- name: Combine Cypress & Jest coverage reports
run: yarn report:combined
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: coverage
path: ./coverage/lcov.info
Expand All @@ -59,6 +59,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2

0 comments on commit 07a2ffd

Please sign in to comment.