Skip to content

Commit 4e516eb

Browse files
Merge pull request #8 from JuliaDiff/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 1 to 3
2 parents 019e967 + c9f3eb2 commit 4e516eb

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
@@ -40,7 +40,7 @@ jobs:
4040
env:
4141
JULIA_NUM_THREADS: ${{ matrix.threads }}
4242
- uses: julia-actions/julia-processcoverage@v1
43-
- uses: codecov/codecov-action@v1
43+
- uses: codecov/codecov-action@v3
4444
with:
4545
file: lcov.info
4646
docs:

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
env:
4242
JULIA_NUM_THREADS: ${{ matrix.threads }}
4343
- uses: julia-actions/julia-processcoverage@v1
44-
- uses: codecov/codecov-action@v1
44+
- uses: codecov/codecov-action@v3
4545
with:
4646
file: lcov.info
4747
docs:

0 commit comments

Comments
 (0)