Skip to content

Commit 6ada574

Browse files
Merge pull request #74 from JuliaArrays/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 2747e82 + c285175 commit 6ada574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/UnitTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
env:
6969
BUILD_IS_PRODUCTION_BUILD: false
7070
- uses: julia-actions/julia-processcoverage@v1
71-
- uses: codecov/codecov-action@v4
71+
- uses: codecov/codecov-action@v5
7272
with:
7373
token: ${{ secrets.CODECOV_TOKEN }}
74-
file: lcov.info
74+
files: lcov.info
7575
continue-on-error: true

0 commit comments

Comments
 (0)