diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8a4ac2..37e2ab7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: run: dotnet test --no-build -c Release - name: Publish to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}