From 8cc1901e9945ae6ca51ae6246e5467ae4d5dd1c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 16:21:37 +0000 Subject: [PATCH] build(deps): update github artifact actions --- .github/workflows/_release-worker.yaml | 4 ++-- .github/workflows/ci.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/_release-worker.yaml b/.github/workflows/_release-worker.yaml index 7da38328..6f45a334 100644 --- a/.github/workflows/_release-worker.yaml +++ b/.github/workflows/_release-worker.yaml @@ -89,7 +89,7 @@ jobs: - name: Download GAS artifacts if: ${{ env.ACT != 'true' }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: gas-artifacts path: build/gas @@ -97,7 +97,7 @@ jobs: - name: Download Docs artifacts if: ${{ env.ACT != 'true' }} - uses: actions/download-artifact@v4 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: docs-artifacts path: docs/build diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 57bc3dc0..ec80441a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -187,7 +187,7 @@ jobs: run: devbox --quiet run npm run ci:build - name: Upload GAS artifacts if: ${{ env.ACT != 'true' && (steps.profile.outputs.enable_build_lib == 'true' || steps.profile.outputs.enable_beta_deploy == 'true') }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: gas-artifacts path: build/gas @@ -227,7 +227,7 @@ jobs: run: devbox --quiet run npm run ci:docs - name: Upload Docs artifacts if: ${{ env.ACT != 'true' && steps.profile.outputs.enable_build_docs == 'true' }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: docs-artifacts path: docs/build