Skip to content

Commit 77c9b9e

Browse files
Merge pull request #863 from SciML/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 4 to 5
2 parents e4dc032 + 335e763 commit 77c9b9e

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
@@ -81,8 +81,8 @@ jobs:
8181
exit(0) # Exit immediately, as a success
8282
end
8383
- uses: julia-actions/julia-processcoverage@v1
84-
- uses: codecov/codecov-action@v4
84+
- uses: codecov/codecov-action@v5
8585
with:
86-
file: lcov.info
86+
files: lcov.info
8787
token: ${{ secrets.CODECOV_TOKEN }}
8888
fail_ci_if_error: false

0 commit comments

Comments
 (0)