diff --git a/.github/workflows/Components-Tests-on-Windows.yaml b/.github/workflows/Components-Tests-on-Windows.yaml index 88b98bb..88edcec 100644 --- a/.github/workflows/Components-Tests-on-Windows.yaml +++ b/.github/workflows/Components-Tests-on-Windows.yaml @@ -43,6 +43,6 @@ jobs: Invoke-Pester -Configuration $config - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file