diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2bbdbda7..0d365276 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,6 +32,6 @@ jobs: targets: test - name: Upload coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: file: ./coverage/clover.xml