Skip to content

Commit a9c2927

Browse files
dependabot[bot]mortenpifingolfin
authored
Bump codecov/codecov-action from 1 to 5 (#58)
* Bump codecov/codecov-action from 1 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v1...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update .github/workflows/ci.yml Co-authored-by: Max Horn <max@quendi.de> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Morten Piibeleht <morten.piibeleht@gmail.com> Co-authored-by: Max Horn <max@quendi.de>
1 parent e9f36d6 commit a9c2927

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
${{ runner.os }}-
4242
- uses: julia-actions/julia-runtest@latest
4343
- uses: julia-actions/julia-processcoverage@v1
44-
- uses: codecov/codecov-action@v1
44+
- uses: codecov/codecov-action@v5
4545
with:
46-
file: lcov.info
46+
token: ${{ secrets.CODECOV_TOKEN }}
4747

4848
docs:
4949
name: Documentation

0 commit comments

Comments
 (0)