Skip to content

Commit a079a40

Browse files
authored
Merge pull request #53 from JuliaMath/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 1 to 5
2 parents 32cfc2c + 4a6e144 commit a079a40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- uses: julia-actions/julia-buildpkg@v1
4444
- uses: julia-actions/julia-runtest@v1
4545
- uses: julia-actions/julia-processcoverage@v1
46-
- uses: codecov/codecov-action@v1
46+
- uses: codecov/codecov-action@v5
4747
with:
48-
file: lcov.info
48+
token: ${{ secrets.CODECOV_TOKEN }}
49+
files: lcov.info

0 commit comments

Comments
 (0)