Skip to content

Commit

Permalink
chore(deps): update cache step version
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick committed Mar 22, 2024
1 parent 63bb59e commit d145b45
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/node-zxc-build-release-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit d145b45

Please sign in to comment.