Skip to content

Commit 1cd2677

Browse files
dependabot[bot]giordanoDilumAluthge
authored
Bump codecov/codecov-action from 1 to 4 (#96)
* Bump codecov/codecov-action from 1 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 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@v1...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]> * Apply suggestions from code review --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mosè Giordano <[email protected]> Co-authored-by: Dilum Aluthge <[email protected]>
1 parent cde4078 commit 1cd2677

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ jobs:
5454
env:
5555
JULIA_DISTRIBUTED_TESTING_STANDALONE: 1
5656
- uses: julia-actions/julia-processcoverage@v1
57-
- uses: codecov/codecov-action@v1
57+
- uses: codecov/codecov-action@v4
5858
with:
5959
file: lcov.info
60+
token: ${{ secrets.CODECOV_TOKEN }}
6061
docs:
6162
runs-on: ubuntu-latest
6263
steps:

0 commit comments

Comments
 (0)