Skip to content

Commit 1040337

Browse files
chore(deps): bump codecov/codecov-action from 4 to 5 (#76)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 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@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Morten Piibeleht <[email protected]>
1 parent 49fafb1 commit 1040337

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
JULIAHUB_SERVER: ${{ secrets.JULIAHUB_SERVER }}
6262
JULIAHUB_TOKEN: ${{ secrets.JULIAHUB_TOKEN }}
6363
- uses: julia-actions/julia-processcoverage@v1
64-
- uses: codecov/codecov-action@v4
64+
- uses: codecov/codecov-action@v5
6565
with:
6666
file: lcov.info
6767

@@ -127,7 +127,7 @@ jobs:
127127
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
128128
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
129129
- uses: julia-actions/julia-processcoverage@v1
130-
- uses: codecov/codecov-action@v4
130+
- uses: codecov/codecov-action@v5
131131
with:
132132
file: lcov.info
133133

@@ -149,6 +149,6 @@ jobs:
149149
- name: Check doctests
150150
run: julia --color=yes --project=docs/ --code-coverage docs/make.jl --doctest
151151
- uses: julia-actions/julia-processcoverage@v1
152-
- uses: codecov/codecov-action@v4
152+
- uses: codecov/codecov-action@v5
153153
with:
154154
file: lcov.info

0 commit comments

Comments
 (0)