Skip to content

Commit daaa354

Browse files
authored
Merge pull request #39 from festim-dev/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 3e234b2 + 0af3926 commit daaa354

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci_conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
pytest test/ --cov foam2dolfinx --cov-report xml --cov-report term
3939
4040
- name: Upload to codecov
41-
uses: codecov/codecov-action@v5
41+
uses: codecov/codecov-action@v6
4242
with:
4343
token: ${{ secrets.CODECOV_TOKEN }}
4444
files: ./coverage.xml

.github/workflows/ci_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
apt-get update && apt-get install -y curl
3131
3232
- name: Upload to codecov
33-
uses: codecov/codecov-action@v5
33+
uses: codecov/codecov-action@v6
3434
with:
3535
token: ${{ secrets.CODECOV_TOKEN }}
3636
files: ./coverage.xml

0 commit comments

Comments
 (0)