Skip to content

Commit 759a7b7

Browse files
Merge pull request #593 from SciML/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 894405c + 0d3f301 commit 759a7b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
env:
4545
GROUP: ${{ matrix.group }}
4646
- uses: julia-actions/julia-processcoverage@v1
47-
- uses: codecov/codecov-action@v4
47+
- uses: codecov/codecov-action@v5
4848
with:
49-
file: lcov.info
49+
files: lcov.info
5050
token: ${{ secrets.CODECOV_TOKEN }}
5151
fail_ci_if_error: true

.github/workflows/Downstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
exit(0) # Exit immediately, as a success
5151
end
5252
- uses: julia-actions/julia-processcoverage@v1
53-
- uses: codecov/codecov-action@v4
53+
- uses: codecov/codecov-action@v5
5454
with:
55-
file: lcov.info
55+
files: lcov.info
5656
token: ${{ secrets.CODECOV_TOKEN }}
5757
fail_ci_if_error: true

0 commit comments

Comments
 (0)