From 346cc7b472d0927d460192aba5fad6774cdc3d18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 18:14:00 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .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 8dbf691..d989a9f 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@v5 + uses: actions/upload-artifact@v6 if: success() || failure() with: name: Pester-Results