Skip to content

Commit 1de5d24

Browse files
gh(deps): bump codecov/codecov-action from 6 to 7
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6 to 7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v6...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 58df797 commit 1de5d24

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@v6
100+
uses: codecov/codecov-action@v7
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@v6
68+
uses: codecov/codecov-action@v7
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
@@ -171,7 +171,7 @@ jobs:
171171
tests/
172172
173173
- name: Upload coverage to Codecov
174-
uses: codecov/codecov-action@v6
174+
uses: codecov/codecov-action@v7
175175
with:
176176
token: ${{ secrets.CODECOV_TOKEN }}
177177
name: ${{ matrix.name }}

0 commit comments

Comments
 (0)