diff --git a/.github/workflows/CodeQuality.yml b/.github/workflows/CodeQuality.yml index 8a61a097..5a31e60d 100644 --- a/.github/workflows/CodeQuality.yml +++ b/.github/workflows/CodeQuality.yml @@ -80,7 +80,7 @@ jobs: name: coverage-report path: ./src/SmartFormat.Tests/coverage.*.xml # store all coverage reports - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: # files: automatically finds all in ./src/SmartFormat.Tests name: coverage