Skip to content

Commit 9028905

Browse files
authored
Merge pull request #351 from NCAR/dependabot/github_actions/codecov/codecov-action-5.4.0
Bump codecov/codecov-action from 3.1.1 to 5.4.0
2 parents 93139fa + d98ca15 commit 9028905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
pytest --cov=./ --cov-report=xml
4848
4949
- name: Upload code coverage to Codecov
50-
uses: codecov/codecov-action@v3.1.1
50+
uses: codecov/codecov-action@v5.4.0
5151
with:
5252
file: ./coverage.xml
5353
flags: unittests
@@ -95,7 +95,7 @@ jobs:
9595
# pytest --cov=./ --cov-report=xml
9696
#
9797
# - name: Upload code coverage to Codecov
98-
# uses: codecov/codecov-action@v3.1.1
98+
# uses: codecov/codecov-action@v5.4.0
9999
# with:
100100
# file: ./coverage.xml
101101
# flags: unittests

0 commit comments

Comments
 (0)