Skip to content

Commit

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

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
lindstro authored Feb 5, 2024
2 parents f61aac5 + 260e154 commit 6d2b93c
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@v3
uses: codecov/codecov-action@v4
with:
files: ${{github.workspace}}/build/coverage.xml
env_vars: Actions
Expand Down

0 comments on commit 6d2b93c

Please sign in to comment.