Skip to content

Commit

Permalink
Merge pull request #78 from hanover-computing/renovate/codecov-codeco…
Browse files Browse the repository at this point in the history
…v-action-4.x

chore(deps): update codecov/codecov-action action to v4
  • Loading branch information
JaneJeon authored Sep 14, 2023
2 parents d0a96d2 + 9bd5300 commit 0b48f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
- name: Run test with coverage
if: matrix.node == 18
run: npm run test:cov
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
if: matrix.node == 18

0 comments on commit 0b48f87

Please sign in to comment.