Skip to content

Commit 2e254a3

Browse files
Merge pull request #131 from SciML/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents ac4cf6f + 3a7e52d commit 2e254a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/Downstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
exit(0) # Exit immediately, as a success
6060
end
6161
- uses: julia-actions/julia-processcoverage@v1
62-
- uses: codecov/codecov-action@v4
62+
- uses: codecov/codecov-action@v5
6363
with:
64-
file: lcov.info
64+
files: lcov.info
6565
token: ${{ secrets.CODECOV_TOKEN }}
6666
fail_ci_if_error: true

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
- uses: julia-actions/julia-buildpkg@v1
3737
- uses: julia-actions/julia-runtest@v1
3838
- uses: julia-actions/julia-processcoverage@v1
39-
- uses: codecov/codecov-action@v4
39+
- uses: codecov/codecov-action@v5
4040
with:
41-
file: lcov.info
41+
files: lcov.info
4242
token: ${{ secrets.CODECOV_TOKEN }}
4343
fail_ci_if_error: true
4444
docs:

0 commit comments

Comments
 (0)