diff --git a/.github/workflows/ct-matrix.yml b/.github/workflows/ct-matrix.yml index 93f85cf..ad32c48 100644 --- a/.github/workflows/ct-matrix.yml +++ b/.github/workflows/ct-matrix.yml @@ -146,7 +146,7 @@ jobs: #################################################################################################### - name: Upload Results to Codecov (Optional) if: ${{ !fromJSON(steps.getCanSkip.outputs.result) }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: "**/TestResults/**/coverage.cobertura.xml"