Skip to content

Commit c168433

Browse files
dependabot[bot]jverzaniinkydragon
authored
Bump codecov/codecov-action from 3 to 4 (#417)
* 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]> * Update .github/workflows/ci.yml Co-authored-by: inky <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: john verzani <[email protected]> Co-authored-by: inky <[email protected]>
1 parent f4cedad commit c168433

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ jobs:
5050
- uses: julia-actions/julia-buildpkg@v1
5151
- uses: julia-actions/julia-runtest@v1
5252
- uses: julia-actions/julia-processcoverage@v1
53-
- uses: codecov/codecov-action@v3
53+
- uses: codecov/codecov-action@v4
5454
with:
55+
token: ${{ secrets.CODECOV_TOKEN }} # required
56+
fail_ci_if_error: true
5557
file: lcov.info
5658
docs:
5759
name: Documentation

0 commit comments

Comments
 (0)