Skip to content

Commit

Permalink
ci: update outdated action
Browse files Browse the repository at this point in the history
  • Loading branch information
FERNman committed Sep 12, 2024
1 parent 619be3d commit 0431441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
- name: Run tests
run: npm run test -- --ci --coverage --reporters default --reporters jest-junit
- name: Upload test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-results
path: test-results
- name: Upload coverage report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage

0 comments on commit 0431441

Please sign in to comment.