Skip to content

Commit

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

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
robinostlund authored Nov 23, 2023
2 parents bd462cf + 5f7cb46 commit 72ee2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# documentation: https://github.com/codecov/codecov-action
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
directory: ./coverage/reports/
env_vars: OS,PYTHON
Expand Down

0 comments on commit 72ee2dc

Please sign in to comment.