Skip to content

Commit

Permalink
Merge pull request #9 from feature-ninja/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-4
  • Loading branch information
rojtjo authored Sep 16, 2024
2 parents 2311a78 + 6fa6c99 commit 2883563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
XDEBUG_MODE: coverage

- name: Upload to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./build/coverage.xml
Expand Down

0 comments on commit 2883563

Please sign in to comment.