Skip to content

Commit dcbc75e

Browse files
chore(deps): bump codecov/codecov-action from 5 to 6 in the github-actions-dependencies group (#100)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d32ffc commit dcbc75e

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
@@ -161,7 +161,7 @@ jobs:
161161
run: uv run --with "${DJANGO_SPEC}" pytest -m integration --cov=paradedb --cov-append --cov-report=xml
162162

163163
- name: Upload to Codecov
164-
uses: codecov/codecov-action@v5
164+
uses: codecov/codecov-action@v6
165165
with:
166166
files: ./coverage.xml
167167
flags: django-paradedb,py${{ matrix.python-version }},dj${{ matrix.django-version }},pg${{ matrix.postgres-version }}

0 commit comments

Comments
 (0)