diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d7aa0f8..4ee43a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -122,7 +122,7 @@ jobs: path: coveragereport - name: Upload ReportGenerator to CodeCov - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v3.1.2 if: matrix.os == 'windows-latest' with: token: ${{secrets.CODECOV_TOKEN}}