Skip to content

Commit

Permalink
Merge pull request #105 from element-hq/renovate/codecov-codecov-acti…
Browse files Browse the repository at this point in the history
…on-5.x

Update codecov/codecov-action action to v5
  • Loading branch information
jmartinesp authored Nov 18, 2024
2 parents 234228d + abd6eff commit 7b91afa
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 @@ -78,7 +78,7 @@ jobs:
# https://github.com/codecov/codecov-action
- name: ☂️ Upload coverage reports to codecov
if: always()
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7b91afa

Please sign in to comment.