Skip to content

Commit 0af3926

Browse files
Bump codecov/codecov-action from 5 to 6
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e234b2 commit 0af3926

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)