diff --git a/.github/workflows/examples.yaml b/.github/workflows/examples.yaml index 679dc1d0c8..21b5e84422 100644 --- a/.github/workflows/examples.yaml +++ b/.github/workflows/examples.yaml @@ -97,7 +97,7 @@ jobs: python examples/timestepping/acoustic_superstep.py --model marmousi - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} name: Examples diff --git a/.github/workflows/pytest-core-mpi.yaml b/.github/workflows/pytest-core-mpi.yaml index 013bd95890..d067da4a7a 100644 --- a/.github/workflows/pytest-core-mpi.yaml +++ b/.github/workflows/pytest-core-mpi.yaml @@ -65,7 +65,7 @@ jobs: examples/seismic/tti - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} name: pytest-mpi diff --git a/.github/workflows/pytest-core-nompi.yaml b/.github/workflows/pytest-core-nompi.yaml index 8b5e75caec..820febf994 100644 --- a/.github/workflows/pytest-core-nompi.yaml +++ b/.github/workflows/pytest-core-nompi.yaml @@ -171,7 +171,7 @@ jobs: tests/ - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} name: ${{ matrix.name }}