Skip to content

Commit d93884c

Browse files
chore(deps): 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 15908a6 commit d93884c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: julia-actions/julia-buildpkg@latest
4040
- uses: julia-actions/julia-runtest@latest
4141
- uses: julia-actions/julia-processcoverage@v1
42-
- uses: codecov/codecov-action@v1
42+
- uses: codecov/codecov-action@v3
4343
with:
4444
file: lcov.info
4545
Skip:

.github/workflows/workflow_ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
working-directory: ${{ matrix.test_package }}
3636
run: julia --code-coverage=user --project -e 'include("deps/SnoopCompile/snoop_bench.jl")'
3737
- uses: julia-actions/julia-processcoverage@v1
38-
- uses: codecov/codecov-action@v1
38+
- uses: codecov/codecov-action@v3
3939
with:
4040
file: lcov.info
4141

@@ -67,7 +67,7 @@ jobs:
6767
working-directory: ${{ matrix.test_package }}
6868
run: julia --code-coverage=user --project -e 'include("deps/SnoopCompile/snoop_bench.jl")'
6969
- uses: julia-actions/julia-processcoverage@v1
70-
- uses: codecov/codecov-action@v1
70+
- uses: codecov/codecov-action@v3
7171
with:
7272
file: lcov.info
7373

@@ -103,7 +103,7 @@ jobs:
103103
working-directory: ${{ matrix.test_package }}
104104
run: julia --code-coverage=user --project -e 'include("deps/SnoopCompile/snoop_bench.jl")'
105105
- uses: julia-actions/julia-processcoverage@v1
106-
- uses: codecov/codecov-action@v1
106+
- uses: codecov/codecov-action@v3
107107
with:
108108
file: lcov.info
109109
- name: Upload all
@@ -136,7 +136,7 @@ jobs:
136136

137137
# BUG coverage is not merged!
138138
# - uses: julia-actions/julia-processcoverage@v1
139-
# - uses: codecov/codecov-action@v1
139+
# - uses: codecov/codecov-action@v3
140140
# with:
141141
# file: lcov.info
142142

0 commit comments

Comments
 (0)