From a7debbfc85aa9b5d2da40fbbe14519ab60e49f9b Mon Sep 17 00:00:00 2001 From: -Mynster <66535357+Mynster9361@users.noreply.github.com> Date: Fri, 15 May 2026 14:08:41 +0200 Subject: [PATCH] update actions checkout from v4 to v6 - no breaking changes in regards to the existing features used. updated actions upload-artifact from v4 to v7 - no breaking changes in regards to the existing features used. --- .github/workflows/powershell-ci.yml | 4 ++-- .github/workflows/powershell-release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/powershell-ci.yml b/.github/workflows/powershell-ci.yml index f3ef0af..c9f01a1 100644 --- a/.github/workflows/powershell-ci.yml +++ b/.github/workflows/powershell-ci.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 # PS 5.1 needs TLS 1.2 forced and the NuGet provider bootstrapped before # PowerShellGet will talk to PSGallery reliably. @@ -81,7 +81,7 @@ jobs: run: Invoke-psake Analyze - name: Upload test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: test-results-${{ matrix.os }}-ps${{ matrix.ps-version }} diff --git a/.github/workflows/powershell-release.yml b/.github/workflows/powershell-release.yml index 43cf32f..cef3506 100644 --- a/.github/workflows/powershell-release.yml +++ b/.github/workflows/powershell-release.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0