diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 96c8e9b6..fbf7c09a 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -38,7 +38,7 @@ jobs: - name: 📶 Push to Codecov if: ${{ needs.prepare.outputs.hasCoverageKey == 'true' }} - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.COVERAGE_KEY }} directory: ./coverage/ diff --git a/.github/workflows/pr_test.yml b/.github/workflows/pr_test.yml index 4f6ca552..2e990a91 100644 --- a/.github/workflows/pr_test.yml +++ b/.github/workflows/pr_test.yml @@ -31,7 +31,7 @@ jobs: run: dotnet test "./test/ut/Compile/RefAssembly/RefAssembly.csproj" --nologo -f net6.0 -c Release -l "trx;LogFileName=RefAssembly.trx" --results-directory "TestResults" --collect:"XPlat Code Coverage" - name: 📶 Push to Codecov if: matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v4.3.0 + uses: codecov/codecov-action@v5.0.7 with: token: ${{ secrets.COVERAGE_KEY }} directory: TestResults