diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 660f17b..0431063 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: run: poetry run poe test-ci - name: "Upload coverage report" - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 check: name: "Lint and type checks"