Skip to content

Commit acb388a

Browse files
Merge pull request #526 from SciML/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 1 to 3
2 parents ba0d110 + f8dcd91 commit acb388a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
env:
4444
GROUP: ${{ matrix.group }}
4545
- uses: julia-actions/julia-processcoverage@v1
46-
- uses: codecov/codecov-action@v1
46+
- uses: codecov/codecov-action@v3
4747
with:
4848
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)