Skip to content

Commit b03c980

Browse files
authored
Merge pull request #113 from brightway-lca/renovate/codecov-codecov-action-5.x
Update codecov/codecov-action action to v5
2 parents 0876f0f + 26f6fa8 commit b03c980

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/python-test-pardiso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
pytest
6161
6262
- name: Upload coverage reports to Codecov
63-
uses: codecov/codecov-action@v4
63+
uses: codecov/codecov-action@v5

.github/workflows/python-test-superlu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
pytest
6060
6161
- name: Upload coverage reports to Codecov
62-
uses: codecov/codecov-action@v4
62+
uses: codecov/codecov-action@v5

.github/workflows/python-test-umfpack-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ jobs:
7070
pytest
7171
7272
- name: Upload coverage reports to Codecov
73-
uses: codecov/codecov-action@v4
73+
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)