diff --git a/.github/workflows/Pester.yml b/.github/workflows/Pester.yml index 52b5007..18e335d 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@v5 + uses: codecov/codecov-action@v6 with: files: ./Tests/coverage.xml flags: unit