Skip to content

Commit c590486

Browse files
authored
Merge pull request #11 from EOPF-Explorer/dependabot/github_actions/codecov/codecov-action-5
ci(deps): bump codecov/codecov-action from 3 to 5
2 parents 4eb217d + 672ded5 commit c590486

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Upload coverage to Codecov
5656
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
57-
uses: codecov/codecov-action@v3
57+
uses: codecov/codecov-action@v5
5858
with:
5959
file: ./coverage.xml
6060
flags: unittests

0 commit comments

Comments
 (0)