Skip to content

Commit 93e6844

Browse files
authored
Merge pull request #11 from SebastianM-C/dependabot/github_actions/codecov/codecov-action-6
build(deps): bump codecov/codecov-action from 5 to 6
2 parents 4d43602 + bd6583f commit 93e6844

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
@@ -42,7 +42,7 @@ jobs:
4242
run: free -h
4343
- uses: julia-actions/julia-runtest@v1
4444
- uses: julia-actions/julia-processcoverage@v1
45-
- uses: codecov/codecov-action@v5
45+
- uses: codecov/codecov-action@v6
4646
with:
4747
files: lcov.info
4848
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)