Skip to content

Commit ce49fb1

Browse files
authored
Merge pull request #15 from JuliaAI/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 4 to 6
2 parents cfde597 + 8c670fb commit ce49fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
JULIA_NUM_THREADS: 2
4646
- uses: julia-actions/julia-processcoverage@v1
47-
- uses: codecov/codecov-action@v4
47+
- uses: codecov/codecov-action@v6
4848
with:
4949
token: ${{ secrets.CODECOV_TOKEN }}
5050
fail_ci_if_error: false

0 commit comments

Comments
 (0)