Skip to content

Commit f6d581c

Browse files
build(deps): bump codecov/codecov-action from 4 to 5
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]>
1 parent e0b22f8 commit f6d581c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
JULIA_DEBUG: "Documenter"
3232
run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project=docs/ --code-coverage=user docs/make.jl
3333
- uses: julia-actions/julia-processcoverage@v1
34-
- uses: codecov/codecov-action@v4
34+
- uses: codecov/codecov-action@v5
3535
with:
3636
file: lcov.info
3737
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
exit(0) # Exit immediately, as a success
6969
end
7070
- uses: julia-actions/julia-processcoverage@v1
71-
- uses: codecov/codecov-action@v4
71+
- uses: codecov/codecov-action@v5
7272
with:
7373
file: lcov.info
7474
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)