Skip to content

Commit 774a0a5

Browse files
chore: Update branch with latest changes from main
2 parents 0988e5b + c7b1298 commit 774a0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: uv run pytest -v --cov=src/msgspec_ext --cov-report=xml --cov-report=term
6060

6161
- name: Upload coverage
62-
uses: codecov/codecov-action@v4
62+
uses: codecov/codecov-action@v5
6363
if: matrix.python-version == '3.12'
6464
with:
6565
file: ./coverage.xml

0 commit comments

Comments
 (0)