Skip to content

Commit 0f4fa3a

Browse files
authored
Merge pull request #479 from ClimateImpactLab/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 1839fd4 + 523af49 commit 0f4fa3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpackage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ jobs:
6666
run: |
6767
pytest -v --cov dscim --cov-report term-missing --cov-report xml
6868
- name: Upload coverage to Codecov
69-
uses: codecov/codecov-action@v5
69+
uses: codecov/codecov-action@v6
7070
env:
7171
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)