diff --git a/.github/workflows/Pester.yml b/.github/workflows/Pester.yml index 18e335d..e1dd7ef 100644 --- a/.github/workflows/Pester.yml +++ b/.github/workflows/Pester.yml @@ -70,7 +70,7 @@ jobs: - name: Upload code coverage to Codecov if: matrix.os == 'windows-latest' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: files: ./Tests/coverage.xml flags: unit