diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 61aaa71a..67abff37 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,6 +29,6 @@ jobs: targets: test - name: Upload coverage - uses: codecov/codecov-action@v2.0.1 + uses: codecov/codecov-action@v2 with: file: ./coverage/clover.xml