Skip to content

Commit 800ded9

Browse files
Merge pull request #28 from SciML/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 2443320 + 43d7e52 commit 800ded9

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
@@ -66,6 +66,6 @@ jobs:
6666
exit(0) # Exit immediately, as a success
6767
end
6868
- uses: julia-actions/julia-processcoverage@v1
69-
- uses: codecov/codecov-action@v4
69+
- uses: codecov/codecov-action@v5
7070
with:
71-
file: lcov.info
71+
files: lcov.info

0 commit comments

Comments
 (0)