diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f9a2e2d3bcf..4c5c3cd9e9e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -91,7 +91,7 @@ jobs: if: > matrix.operating-system == 'ubuntu-20.04' && github.event_name == 'push' - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2.0.2 with: file: ./coverage_unit.txt flags: unit @@ -100,7 +100,7 @@ jobs: if: > matrix.operating-system == 'ubuntu-20.04' && github.event_name == 'push' - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2.0.2 with: file: ./coverage_legacy.txt flags: unit @@ -109,7 +109,7 @@ jobs: if: > matrix.operating-system == 'ubuntu-20.04' && github.event_name == 'push' - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2.0.2 with: file: ./coverage_integ.txt flags: integ