Skip to content

Commit 9c8387c

Browse files
authoredNov 18, 2024··
Merge pull request #411 from SciML/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 64f6964 + 149083b commit 9c8387c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/Downstream.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
exit(0) # Exit immediately, as a success
6363
end
6464
- uses: julia-actions/julia-processcoverage@v1
65-
- uses: codecov/codecov-action@v4
65+
- uses: codecov/codecov-action@v5
6666
with:
67-
file: lcov.info
67+
files: lcov.info
6868
token: ${{ secrets.CODECOV_TOKEN }}
6969
fail_ci_if_error: true

0 commit comments

Comments
 (0)
Please sign in to comment.