From 7364b5c781eb2826fbb68de91a5dc11ac2eb538b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 23:01:05 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .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..1c27999 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@v7 if: success() || failure() with: name: Pester-Results