Skip to content

Commit 19fbd55

Browse files
dependabot[bot]vweevers
authored andcommitted
Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe8059b commit 19fbd55

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Coverage
2929
run: npm run coverage
3030
- name: Codecov
31-
uses: codecov/codecov-action@v3
31+
uses: codecov/codecov-action@v5
3232
with:
33-
file: coverage/lcov.info
33+
files: coverage/lcov.info
34+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)