From 4ac987c2bd036a4e9393ee3fd92eeda5255e0cc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 23:30:37 +0000 Subject: [PATCH] Update actions/upload-artifact digest to 694cdab --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 735be99..1571c06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,14 +53,14 @@ jobs: cake-version: 1.3.0 - name: Upload Issues-Report - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4 with: if-no-files-found: warn name: ${{ matrix.os }} issues path: BuildArtifacts/report.html - name: Upload Packages - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4 if: runner.os == 'Windows' with: if-no-files-found: warn