Skip to content

Commit

Permalink
Use generic v4 to always use the latest one
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Feb 23, 2024
1 parent 8018462 commit 867b106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Workaround for codecov/feedback#263
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- uses: codecov/codecov-action@v4.0.1
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
file: ros_ws/lcov/total_coverage.info
Expand Down

0 comments on commit 867b106

Please sign in to comment.