Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3 to 5 (UniversalRobots#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent 1d6b398 commit 638e75f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ jobs:
- name: gcovr
run: cd build && gcovr -r ..
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
gcov: true
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
- name: Generate URSim log files
if: always()
run: |
Expand Down

0 comments on commit 638e75f

Please sign in to comment.