diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc1a941..e4097b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: run: dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --results-directory ./coverage - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} directory: ./coverage