Skip to content

Commit 0b7dd1b

Browse files
Merge pull request #31 from SciML/dependabot/github_actions/codecov/codecov-action-5
build(deps): bump codecov/codecov-action from 3 to 5
2 parents 163dc6a + 48526e8 commit 0b7dd1b

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
@@ -69,6 +69,6 @@ jobs:
6969
exit(0) # Exit immediately, as a success
7070
end
7171
- uses: julia-actions/julia-processcoverage@v1
72-
- uses: codecov/codecov-action@v3
72+
- uses: codecov/codecov-action@v5
7373
with:
74-
file: lcov.info
74+
files: lcov.info

0 commit comments

Comments
 (0)