Skip to content

Commit 407a75f

Browse files
authored
Merge pull request #587 from JuliaPy/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 1 to 4
2 parents bd8c81a + 446bef2 commit 407a75f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- uses: julia-actions/julia-buildpkg@v1
4545
- uses: julia-actions/julia-runtest@v1
4646
- uses: julia-actions/julia-processcoverage@v1
47-
- uses: codecov/codecov-action@v1
47+
- uses: codecov/codecov-action@v4
4848
with:
4949
file: lcov.info
50+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)