Skip to content

Commit ef06d2d

Browse files
authored
Merge pull request #404 from JuliaIO/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 50ea61f + 4bf0836 commit ef06d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
env:
7272
JULIA_NUM_THREADS: 2
7373
- uses: julia-actions/julia-processcoverage@v1
74-
- uses: codecov/codecov-action@v4
74+
- uses: codecov/codecov-action@v5
7575
with:
7676
file: lcov.info
7777
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)