From b0b0cdaea4f366345df6a67fc4e461133105284d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 19:46:12 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v5 --- .github/workflows/pester.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pester.yml b/.github/workflows/pester.yml index b4bbd82..06c4dba 100644 --- a/.github/workflows/pester.yml +++ b/.github/workflows/pester.yml @@ -58,7 +58,7 @@ jobs: Invoke-Pester -CI -Output Detailed -Container $container - name: Upload test report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: success() || failure() with: name: Pester-Results