From c88d8b3eca75f7ea85e2b420061fa65d13e8f8a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:20:54 +0000 Subject: [PATCH] Update actions/upload-artifact digest to 5076954 --- .github/workflows/automerge.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 370525133252..3aee9d7e8f9c 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -54,7 +54,7 @@ jobs: review: ${{ github.event.inputs.review }} if: github.event_name != 'pull_request_review' - name: Upload `event.json` - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: github.event_name == 'pull_request_review' with: name: event.json diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fc7b3ca6bf3..cf86c9ac4658 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,11 +17,11 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - run: npm ci - run: npm run all - - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 with: name: dist path: dist - - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 with: name: action.yml path: action.yml