Skip to content

Commit a1d34ff

Browse files
Bump codecov/codecov-action from 5 to 6 in the all-github-actions group
Bumps the all-github-actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `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 dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc31a42 commit a1d34ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
sudo apt-get install -y lcov
8181
cd TestSuiteBuild
8282
FC=${{ matrix.compiler }} ./createcoverage
83-
- uses: codecov/codecov-action@v5
83+
- uses: codecov/codecov-action@v6
8484
if: ${{ matrix.os == 'ubuntu-latest' }}
8585
with:
8686
files: ./TestSuiteBuild/lcov.info

0 commit comments

Comments
 (0)