Skip to content

Commit

Permalink
Update upload-artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jvictors-tp committed Nov 6, 2024
1 parent b9a7353 commit d4eb0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- name: Run tests
run: npm test -- --ci --coverage --runInBand
- name: Upload test reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-reports
path: test/reports
- name: Upload test coverage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-coverage
path: test/coverage

0 comments on commit d4eb0cf

Please sign in to comment.