Skip to content

Commit 5a55990

Browse files
authored
Merge pull request #63 from JuliaParallel/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents d548dee + 6da0a25 commit 5a55990

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
env:
8484
JULIA_NUM_THREADS: ${{ steps.decide-numthreads-str.outputs.numthreads }}
8585
- uses: julia-actions/julia-processcoverage@v1
86-
- uses: codecov/codecov-action@v5
86+
- uses: codecov/codecov-action@v6
8787
with:
8888
files: lcov.info
8989
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)