Skip to content

Commit 51a12d9

Browse files
authored
Merge pull request #54 from MathEXLab/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 8a476cb + 4356731 commit 51a12d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: python -m pytest --cov=pyspod --cov-report=xml tests/ --with-mpi -v
7979

8080
- name: Upload coverage to Codecov
81-
uses: codecov/codecov-action@v4
81+
uses: codecov/codecov-action@v5
8282
with:
8383
token: ${{ secrets.CODECOV_TOKEN }}
8484
fail_ci_if_error: true

0 commit comments

Comments
 (0)