Skip to content

Commit e8ddac8

Browse files
Bump codecov/codecov-action from 1 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 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@v1...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 70e7058 commit e8ddac8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-julia-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ jobs:
6969
JULIA_EXCLUSIVE: ${{ matrix.exclusive }}
7070
JULIA_NUM_THREADS: ${{ matrix.threads }}
7171
- uses: julia-actions/julia-processcoverage@v1
72-
- uses: codecov/codecov-action@v1
72+
- uses: codecov/codecov-action@v3
7373
with:
7474
file: lcov.info

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
JULIA_EXCLUSIVE: ${{ matrix.exclusive }}
7070
JULIA_NUM_THREADS: ${{ matrix.threads }}
7171
- uses: julia-actions/julia-processcoverage@v1
72-
- uses: codecov/codecov-action@v1
72+
- uses: codecov/codecov-action@v3
7373
with:
7474
file: lcov.info
7575
docs:

0 commit comments

Comments
 (0)