diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 91628b9..ca141f6 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -282,7 +282,7 @@ jobs: - name: Upload boot-test diagnostics (Windows Setup logs; always, for failed installs) if: ${{ always() && hashFiles('out/boottest-diagnostics/**') != '' }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: boottest-diagnostics-${{ inputs.edition }}-${{ matrix.arch }}-${{ inputs.release }} path: | @@ -322,7 +322,7 @@ jobs: - name: Upload workflow artifact (fallback when Azure is not configured) if: ${{ always() && (vars.AZURE_STORAGE_ACCOUNT == '' || vars.AZURE_STORAGE_CONTAINER == '') }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: Windows11-${{ inputs.edition }}-${{ matrix.arch }}-${{ inputs.release }} path: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98e9d39..d88c7fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: - name: Upload test results if: ${{ always() }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: pester-results path: tests/TestResults.xml diff --git a/.github/workflows/e2e-post-install.yml b/.github/workflows/e2e-post-install.yml index 22904b1..70f216d 100644 --- a/.github/workflows/e2e-post-install.yml +++ b/.github/workflows/e2e-post-install.yml @@ -122,7 +122,7 @@ jobs: - name: Upload post-install run reports if: ${{ always() }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: post-install-e2e-reports path: out/*.json