Skip to content

Commit 64e6c7c

Browse files
Merge pull request #19 from SciML/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 1 to 3
2 parents b4f1b63 + b08075a commit 64e6c7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
- uses: julia-actions/julia-buildpkg@v1
3535
- uses: julia-actions/julia-runtest@v1
3636
- uses: julia-actions/julia-processcoverage@v1
37-
- uses: codecov/codecov-action@v1
37+
- uses: codecov/codecov-action@v3
3838
with:
3939
file: lcov.info

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
2626
run: julia --project=docs/ --code-coverage=user docs/make.jl
2727
- uses: julia-actions/julia-processcoverage@v1
28-
- uses: codecov/codecov-action@v1
28+
- uses: codecov/codecov-action@v3
2929
with:
3030
file: lcov.info

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
exit(0) # Exit immediately, as a success
5151
end
5252
- uses: julia-actions/julia-processcoverage@v1
53-
- uses: codecov/codecov-action@v1
53+
- uses: codecov/codecov-action@v3
5454
with:
5555
file: lcov.info

0 commit comments

Comments
 (0)