From 7b6d306109c4130e7c9ddb459b0c36d0f5b361e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 23:08:09 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 6f51ac0 --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 82a7393..8f4e89a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -81,7 +81,7 @@ jobs: ditto -v -c -k --sequesterRsrc --keepParent --zlibCompressionLevel 9 \ Scratch*.app ../mas-dev-${NPM_APP_VERSION}.zip - name: Upload macOS artifacts - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 if: matrix.os == 'macos-latest' with: name: macOS @@ -90,7 +90,7 @@ jobs: dist/mas/Scratch*.pkg dist/mas-dev-*.zip - name: Upload Windows artifacts - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 if: matrix.os == 'windows-latest' with: name: Windows