diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6374ea5..bfbcfe1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,6 +24,6 @@ jobs: targets: test - name: Upload coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2.0.1 with: file: ./coverage/clover.xml