Skip to content

Commit 4843acb

Browse files
Bump codecov/codecov-action from 1 to 3 (#476)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 26b5965 commit 4843acb

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
@@ -61,6 +61,6 @@ jobs:
6161
JULIA_NUM_THREADS: 4
6262
LOOPVECTORIZATION_TEST: ${{ matrix.loopvectorization_test }}
6363
- uses: julia-actions/julia-processcoverage@v1
64-
- uses: codecov/codecov-action@v1
64+
- uses: codecov/codecov-action@v3
6565
with:
6666
file: lcov.info

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
JULIA_NUM_THREADS: 4
6363
LOOPVECTORIZATION_TEST: ${{ matrix.loopvectorization_test }}
6464
- uses: julia-actions/julia-processcoverage@v1
65-
- uses: codecov/codecov-action@v1
65+
- uses: codecov/codecov-action@v3
6666
with:
6767
file: lcov.info
6868
docs:

0 commit comments

Comments
 (0)