From d145b457beb773222759a00f5af3e1726491e90f Mon Sep 17 00:00:00 2001 From: Nathan Klick Date: Fri, 22 Mar 2024 14:47:14 -0500 Subject: [PATCH] chore(deps): update cache step version Signed-off-by: Nathan Klick --- .github/workflows/node-zxc-build-release-artifact.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node-zxc-build-release-artifact.yaml b/.github/workflows/node-zxc-build-release-artifact.yaml index 8ddc22583705..92a9ddaa7704 100644 --- a/.github/workflows/node-zxc-build-release-artifact.yaml +++ b/.github/workflows/node-zxc-build-release-artifact.yaml @@ -535,7 +535,7 @@ jobs: gcp-production-image: name: Publish Production Image (GCP) - runs-on: [self-hosted, Linux, medium, ephemeral] + runs-on: [self-hosted, Linux, large, ephemeral] needs: - validate - build-artifact @@ -544,9 +544,8 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Restore Build Artifacts - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: - enableCrossOsArchive: true fail-on-cache-miss: true path: ~/artifact-build key: node-build-artifacts-${{ needs.validate.outputs.version }}-${{ github.sha }}