Skip to content

Commit a7808d3

Browse files
Bump codecov/codecov-action from 2 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v2...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0017516 commit a7808d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
env:
4646
GROUP: ${{ matrix.group }}
4747
- uses: julia-actions/julia-processcoverage@v1
48-
- uses: codecov/codecov-action@v2
48+
- uses: codecov/codecov-action@v3
4949
with:
5050
files: lcov.info

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
DATADEPS_ALWAYS_ACCEPT: true
2727
run: julia --code-coverage=user --project=docs/ --color=yes docs/make.jl
2828
- uses: julia-actions/julia-processcoverage@v1
29-
- uses: codecov/codecov-action@v2
29+
- uses: codecov/codecov-action@v3
3030
with:
3131
files: lcov.info

0 commit comments

Comments
 (0)