Skip to content

Commit

Permalink
Merge pull request #246 from LLNL/dependabot/github_actions/codecov/c…
Browse files Browse the repository at this point in the history
…odecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
lindstro authored Dec 6, 2024
2 parents 01506c8 + 64ac487 commit 71490d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
lcov_cobertura ${{github.workspace}}/build/coverage.info -d -o ${{github.workspace}}/build/coverage.xml
- name: Upload Report to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: ${{github.workspace}}/build/coverage.xml
env_vars: Actions
Expand Down

0 comments on commit 71490d2

Please sign in to comment.