Skip to content

Commit f4dff80

Browse files
authored
Merge pull request #193 from JuliaGraphics/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 05e2500 + 86a6465 commit f4dff80

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/UnitTest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- uses: julia-actions/cache@v1
4040
- uses: julia-actions/julia-runtest@latest
4141
- uses: julia-actions/julia-processcoverage@latest
42-
- uses: codecov/codecov-action@v3
42+
- uses: codecov/codecov-action@v4
4343
with:
4444
file: lcov.info
45+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)