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