Skip to content

Commit e85dec8

Browse files
authored
Merge pull request #8 from alchemystack/dependabot/github_actions/actions-7980569b8c
build(deps): bump codecov/codecov-action from 5 to 6 in the actions group
2 parents e5d169e + 3e88443 commit e85dec8

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
@@ -61,7 +61,7 @@ jobs:
6161
run: pytest tests/ -v --cov=src/qr_sampler --cov-report=xml --cov-report=term-missing
6262
- name: Upload coverage
6363
if: matrix.python-version == '3.12'
64-
uses: codecov/codecov-action@v5
64+
uses: codecov/codecov-action@v6
6565
with:
6666
files: coverage.xml
6767
fail_ci_if_error: false

0 commit comments

Comments
 (0)