Skip to content

Commit 69257ab

Browse files
Merge pull request #1106 from SciML/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 357fab2 + 1328b0e commit 69257ab

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
@@ -87,8 +87,8 @@ jobs:
8787
RETESTITEMS_NWORKERS: 4
8888
RETESTITEMS_NWORKER_THREADS: 2
8989
- uses: julia-actions/julia-processcoverage@v1
90-
- uses: codecov/codecov-action@v4
90+
- uses: codecov/codecov-action@v5
9191
with:
92-
file: lcov.info
92+
files: lcov.info
9393
token: ${{ secrets.CODECOV_TOKEN }}
9494
fail_ci_if_error: false

0 commit comments

Comments
 (0)