Skip to content

Commit 1ddceb7

Browse files
authored
Merge pull request #290 from MIT-AI-Accelerator/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 5dd26f3 + 9759231 commit 1ddceb7

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
@@ -32,7 +32,7 @@ jobs:
3232
- uses: julia-actions/julia-buildpkg@v1
3333
- uses: julia-actions/julia-runtest@v1
3434
- uses: julia-actions/julia-processcoverage@v1
35-
- uses: codecov/codecov-action@v5
35+
- uses: codecov/codecov-action@v6
3636
with:
3737
files: lcov.info
3838
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)