diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c622410..71d5e8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,6 +69,6 @@ jobs: path: "reports" - name: "Upload to Codecov" - uses: "codecov/codecov-action@v1" + uses: codecov/codecov-action@v2 with: directory: reports