Skip to content

Commit 27801bf

Browse files
authored
Merge pull request #2877 from devitocodes/dependabot/github_actions/codecov/codecov-action-6
gh(deps): bump codecov/codecov-action from 5 to 6
2 parents 5844d4e + ed73189 commit 27801bf

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)