Skip to content

Commit 8da1dd0

Browse files
chore(deps):(deps): bump codecov/codecov-action from 5 to 6 (#34)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b27bf8 commit 8da1dd0

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
run: uv run pytest --cov-report term --cov-report xml --cov pystructs tests
3333

3434
- name: Upload coverage to Codecov
35-
uses: codecov/codecov-action@v5
35+
uses: codecov/codecov-action@v6
3636
with:
3737
fail_ci_if_error: false
3838
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)