diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3567f61..05d642e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -55,12 +55,11 @@ jobs: if: matrix.version == 'stable' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request') uses: actions-rs/tarpaulin@v0.1 with: - version: '0.15.0' args: '-t 1200' - name: Upload to Codecov if: matrix.version == 'stable' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request') - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: file: cobertura.xml