diff --git a/.github/workflows/pester.yml b/.github/workflows/pester.yml index 71a4ce2..980f656 100644 --- a/.github/workflows/pester.yml +++ b/.github/workflows/pester.yml @@ -81,7 +81,7 @@ jobs: - name: Upload Pester results if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: pester-results path: testResults.xml