Skip to content

Commit 38f480f

Browse files
authored
Merge pull request #106 from spectralDNS/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents c7f7302 + f8fc9d3 commit 38f480f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: pytest tests/
6666

6767
- if: matrix.mpi == 'mpich' && startsWith(matrix.os, 'ubuntu') && matrix.py == '3.11'
68-
uses: codecov/codecov-action@v4
68+
uses: codecov/codecov-action@v5
6969
with:
7070
files: coverage.xml
7171
name: ${{ matrix.os }}-${{ matrix.mpi }}-${{ matrix.py }}

0 commit comments

Comments
 (0)