Skip to content

Commit 7f2cfc0

Browse files
authored
Merge pull request #85 from innoave/dependabot/github_actions/codecov/codecov-action-6
chore(deps): bump codecov/codecov-action from 5 to 6
2 parents 6068b25 + 81ac7fa commit 7f2cfc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Generate code coverage
3131
run: cargo llvm-cov --all-features --workspace --codecov --output-path codecov.json --ignore-filename-regex "tests|test_dsl"
3232
- name: Upload coverage reports to Codecov
33-
uses: codecov/codecov-action@v5
33+
uses: codecov/codecov-action@v6
3434
with:
3535
token: ${{ secrets.CODECOV_TOKEN }}
3636
files: codecov.json

0 commit comments

Comments
 (0)