Skip to content

Commit

Permalink
Merge pull request #44 from mpi4py/dependabot/github_actions/codecov/…
Browse files Browse the repository at this point in the history
…codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
mikaem authored Dec 11, 2024
2 parents ba63c44 + e62da6a commit 17ac7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
working-directory: tests

- if: matrix.mpi == 'mpich' && startsWith(matrix.os, 'ubuntu')
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: test/coverage.xml
name: ${{ matrix.os }}-${{ matrix.mpi }}-${{ matrix.py }}
Expand Down

0 comments on commit 17ac7a1

Please sign in to comment.