Skip to content

Commit a83191d

Browse files
Bump codecov/codecov-action from 5 to 6 (#3166)
* Bump codecov/codecov-action from 5 to 6 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Fix condition --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Weindl <daniel.weindl@uni-bonn.de>
1 parent 9508113 commit a83191d

6 files changed

Lines changed: 12 additions & 12 deletions

.github/workflows/test_benchmark_collection_models.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Codecov Python
7474
if: (github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev') && github.actor != 'dependabot[bot]'
75-
uses: codecov/codecov-action@v5
75+
uses: codecov/codecov-action@v6
7676
with:
7777
token: ${{ secrets.CODECOV_TOKEN }}
7878
files: coverage_py.xml
@@ -150,7 +150,7 @@ jobs:
150150
151151
- name: Codecov Python
152152
if: (github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev') && github.actor != 'dependabot[bot]'
153-
uses: codecov/codecov-action@v5
153+
uses: codecov/codecov-action@v6
154154
with:
155155
token: ${{ secrets.CODECOV_TOKEN }}
156156
files: coverage_py.xml

.github/workflows/test_petab_sciml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
8484
- name: Codecov
8585
if: (github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev') && github.actor != 'dependabot[bot]'
86-
uses: codecov/codecov-action@v5
86+
uses: codecov/codecov-action@v6
8787
with:
8888
token: ${{ secrets.CODECOV_TOKEN }}
8989
files: coverage_petab_sciml.xml

.github/workflows/test_petab_test_suite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ jobs:
109109
tests/petab_test_suite/test_petab_suite.py
110110
111111
- name: Codecov
112-
if: github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev'
113-
uses: codecov/codecov-action@v5
112+
if: (github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev') && github.actor != 'dependabot[bot]'
113+
uses: codecov/codecov-action@v6
114114
with:
115115
token: ${{ secrets.CODECOV_TOKEN }}
116116
files: coverage.xml
@@ -202,7 +202,7 @@ jobs:
202202
203203
- name: Codecov
204204
if: (github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev') && github.actor != 'dependabot[bot]'
205-
uses: codecov/codecov-action@v5
205+
uses: codecov/codecov-action@v6
206206
with:
207207
token: ${{ secrets.CODECOV_TOKEN }}
208208
files: coverage.xml

.github/workflows/test_python_cplusplus.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Codecov Python
8787
if: (github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev') && github.actor != 'dependabot[bot]'
88-
uses: codecov/codecov-action@v5
88+
uses: codecov/codecov-action@v6
8989
with:
9090
token: ${{ secrets.CODECOV_TOKEN }}
9191
files: build/coverage_py.xml
@@ -105,7 +105,7 @@ jobs:
105105
106106
- name: Codecov CPP
107107
if: (github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev') && github.actor != 'dependabot[bot]'
108-
uses: codecov/codecov-action@v5
108+
uses: codecov/codecov-action@v6
109109
with:
110110
token: ${{ secrets.CODECOV_TOKEN }}
111111
files: coverage.info
@@ -169,7 +169,7 @@ jobs:
169169
170170
- name: Codecov Python
171171
if: (github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev') && github.actor != 'dependabot[bot]'
172-
uses: codecov/codecov-action@v5
172+
uses: codecov/codecov-action@v6
173173
with:
174174
token: ${{ secrets.CODECOV_TOKEN }}
175175
files: build/coverage_py.xml
@@ -189,7 +189,7 @@ jobs:
189189
190190
- name: Codecov CPP
191191
if: (github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev') && github.actor != 'dependabot[bot]'
192-
uses: codecov/codecov-action@v5
192+
uses: codecov/codecov-action@v6
193193
with:
194194
token: ${{ secrets.CODECOV_TOKEN }}
195195
files: coverage.info

.github/workflows/test_sbml_semantic_test_suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Codecov SBMLSuite
5656
if: (github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev') && github.actor != 'dependabot[bot]'
57-
uses: codecov/codecov-action@v5
57+
uses: codecov/codecov-action@v6
5858
with:
5959
token: ${{ secrets.CODECOV_TOKEN }}
6060
files: coverage_SBMLSuite.xml

.github/workflows/test_sbml_semantic_test_suite_jax.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Codecov SBMLSuiteJax
5454
if: (github.event_name == 'pull_request' || github.repository_owner == 'AMICI-dev') && github.actor != 'dependabot[bot]'
55-
uses: codecov/codecov-action@v5
55+
uses: codecov/codecov-action@v6
5656
with:
5757
token: ${{ secrets.CODECOV_TOKEN }}
5858
files: coverage_SBMLSuite_jax.xml

0 commit comments

Comments
 (0)