diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 03dc054..d32c5b1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,4 @@ -name: CI - Continuous Integration +name: CI - Continuous Integration on: push: @@ -135,7 +135,7 @@ jobs: reporter: dotnet-trx - name: Upload coverage reports - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: success() with: files: '**/coverage.cobertura.xml'