Skip to content

Commit 98bb9e6

Browse files
Merge pull request #259 from SciML/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 47f42cb + a0a16ec commit 98bb9e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Downstream.yml

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

0 commit comments

Comments
 (0)