Skip to content

Commit c53a73f

Browse files
authored
Merge pull request #2947 from devitocodes/dependabot/github_actions/codecov/codecov-action-7
gh(deps): bump codecov/codecov-action from 6 to 7
2 parents 66c1b3a + 3302f86 commit c53a73f

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)