Skip to content

Commit 96bf1f3

Browse files
authored
Merge pull request #580 from pytroll/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 43db0ca + 713ad8c commit 96bf1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
cd docs && mkdir doctest && sphinx-build -E -n -b doctest ./source ./doctest && cd ..
8181
8282
- name: Upload unittest coverage to Codecov
83-
uses: codecov/codecov-action@v3
83+
uses: codecov/codecov-action@v4
8484
with:
8585
flags: unittests
8686
file: ./coverage.xml

0 commit comments

Comments
 (0)