Skip to content

Commit

Permalink
Merge pull request #30 from ARM-DOE/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…-130f50e8ca

Build(deps): Bump codecov/codecov-action from 4.6.0 to 5.0.2 in the actions group
  • Loading branch information
zssherman authored Nov 18, 2024
2 parents 734dd50 + 1e52a51 commit 076de83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
python -m pytest --cov=./ --cov-report=xml --verbose
- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.0.2
with:
file: ./coverage.xml
flags: unittests
Expand Down

0 comments on commit 076de83

Please sign in to comment.