diff --git a/.github/workflows/pester.yml b/.github/workflows/pester.yml index 5dbeec1..46bd332 100644 --- a/.github/workflows/pester.yml +++ b/.github/workflows/pester.yml @@ -29,7 +29,7 @@ jobs: - name: Upload code coverage report if: ${{ success() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: code-coverage-report path: coverage.xml