diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd154bda1..fb314ef87 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: coverage combine coverage xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: file: coverage.xml flags: unittests