diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2b6069..0ce9676 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,6 +110,6 @@ jobs: path: "reports" - name: "Upload to Codecov" - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: directory: reports