diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 9a6064e..4d39dff 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -31,7 +31,7 @@ jobs: test-results/**/*.trx github_token: ${{ secrets.GITHUB_TOKEN }} - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./test-results/coverage.cobertura.xml