Skip to content

Commit

Permalink
Merge pull request #331 from felix-berlin/renovate/codecov-codecov-ac…
Browse files Browse the repository at this point in the history
…tion-5.x

chore(deps): update codecov/codecov-action action to v5
  • Loading branch information
felix-berlin authored Dec 18, 2024
2 parents b006714 + dc6bbc3 commit 7ca1775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
run: npx jest --coverage

- name: codecoverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7ca1775

Please sign in to comment.