Skip to content

Commit e08143e

Browse files
Bump codecov/codecov-action from 6 to 7 (#53)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6 to 7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v6...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Scott K Logan <logans@cottsay.net>
1 parent 39d9e95 commit e08143e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
--source-prefix ${{github.workspace}}
6565
--relative-only
6666
--demangled-names
67-
- uses: codecov/codecov-action@v6
68-
with:
69-
token: ${{secrets.CODECOV_TOKEN}}
67+
- uses: codecov/codecov-action@v7
68+
env:
69+
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
7070
yamllint:
7171
runs-on: ubuntu-latest
7272
steps:

0 commit comments

Comments
 (0)