diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index b4c5926..465c971 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -40,6 +40,6 @@ jobs: IssueBody: ${{ fromJson(steps.GetIssueFileContent.outputs.result).issueFileContent }} - name: Action-Test-Results - uses: PSModule/Invoke-Pester@v1 + uses: PSModule/Invoke-Pester@v4 env: data: ${{ steps.Action-Test.outputs.data }}