Skip to content

Commit ed73189

Browse files
gh(deps): 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>
1 parent c189f61 commit ed73189

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/examples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
python examples/timestepping/acoustic_superstep.py --model marmousi
9898
9999
- name: Upload coverage to Codecov
100-
uses: codecov/codecov-action@v5
100+
uses: codecov/codecov-action@v6
101101
with:
102102
token: ${{ secrets.CODECOV_TOKEN }}
103103
name: Examples

.github/workflows/pytest-core-mpi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
examples/seismic/tti
6666
6767
- name: Upload coverage to Codecov
68-
uses: codecov/codecov-action@v5
68+
uses: codecov/codecov-action@v6
6969
with:
7070
token: ${{ secrets.CODECOV_TOKEN }}
7171
name: pytest-mpi

.github/workflows/pytest-core-nompi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
tests/
171171
172172
- name: Upload coverage to Codecov
173-
uses: codecov/codecov-action@v5
173+
uses: codecov/codecov-action@v6
174174
with:
175175
token: ${{ secrets.CODECOV_TOKEN }}
176176
name: ${{ matrix.name }}

0 commit comments

Comments
 (0)