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