Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlizeHanekom authored Sep 30, 2024
1 parent f72835c commit 7c7d505
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 @@ -59,13 +59,13 @@ jobs:
run: npm test -- --coverage

- name: Upload Coverage Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: coverage
path: ./coverage

- name: Download Coverage Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: coverage

Expand Down

0 comments on commit 7c7d505

Please sign in to comment.