Skip to content

Commit aedf812

Browse files
Merge pull request #851 from pangeo-data/dependabot/github_actions/codecov/codecov-action-4
2 parents 8597308 + e0e623f commit aedf812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/climpred_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
run: |
122122
pytest -n 4 --durations=20 --cov=climpred --cov-report=xml
123123
- name: Upload coverage to codecov
124-
uses: codecov/codecov-action@v3
124+
uses: codecov/codecov-action@v4
125125
with:
126126
token: ${{ secrets.CODECOV_TOKEN }}
127127
file: ./coverage.xml

0 commit comments

Comments
 (0)