From 32b36196195f5b3226441918ed3f8631c2c1ba31 Mon Sep 17 00:00:00 2001 From: Jared Holgate Date: Thu, 23 Jan 2025 18:57:14 +0000 Subject: [PATCH] fix: actions --- .github/workflows/Prerelease.yml | 4 ++-- .github/workflows/Release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Prerelease.yml b/.github/workflows/Prerelease.yml index 87fa3bbf..7f4ce18f 100644 --- a/.github/workflows/Prerelease.yml +++ b/.github/workflows/Prerelease.yml @@ -38,13 +38,13 @@ jobs: shell: pwsh run: Invoke-Build -File .\src\ALZ.build.ps1 - name: Upload pester results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pester-results path: .\src\Artifacts\testOutput if-no-files-found: warn - name: Upload zip module archive build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: zip-archive path: .\src\Archive diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index dfa35e1f..27ac8cfc 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -35,13 +35,13 @@ jobs: shell: pwsh run: Invoke-Build -File .\src\ALZ.build.ps1 - name: Upload pester results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pester-results path: .\src\Artifacts\testOutput if-no-files-found: warn - name: Upload zip module archive build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: zip-archive path: .\src\Archive