Skip to content

Commit 0ddafac

Browse files
dependabot[bot]nodkzhasezoey
authored
chore(deps): bump codecov/codecov-action from 3 to 4 (#851)
* chore(deps): 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) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Damnhorns <[email protected]> Co-authored-by: hasezoey <[email protected]>
1 parent 1734dc9 commit 0ddafac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
5353
CI: true
5454
- name: Send codecov.io stats
5555
if: matrix.node-version == '14.x'
56-
uses: codecov/codecov-action@v3
56+
uses: codecov/codecov-action@v4
57+
with:
58+
token: ${{ secrets.CODECOV_TOKEN }}
5759

5860
publish:
5961
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/beta' || startsWith(github.ref, 'refs/heads/old')

0 commit comments

Comments
 (0)