@@ -563,7 +563,7 @@ jobs:
563563 ref : ${{ inputs.release_branch }}
564564
565565 - name : Fetch Binary Artifacts from Cache
566- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
566+ uses : actions/cache/restore @0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
567567 with :
568568 path : ${{ github.workspace }}/dist
569569 key : nginx-ingress-${{ needs.variables.outputs.go_code_md5 }}
@@ -584,7 +584,7 @@ jobs:
584584 SYFT_BIN : ${{ steps.syft.outputs.cmd }}
585585
586586 - name : Store Tarball Artifacts in Cache
587- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
587+ uses : actions/cache/save @0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
588588 with :
589589 path : ${{ github.workspace }}/tarballs
590590 key : nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
@@ -605,7 +605,7 @@ jobs:
605605 ref : ${{ inputs.release_branch }}
606606
607607 - name : Fetch Cached Tarball Artifacts
608- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
608+ uses : actions/cache/restore @0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
609609 with :
610610 key : nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
611611 path : ${{ github.workspace }}/tarballs
@@ -662,7 +662,7 @@ jobs:
662662 ref : ${{ inputs.release_branch }}
663663
664664 - name : Fetch Cached Tarball Artifacts
665- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
665+ uses : actions/cache/restore @0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
666666 with :
667667 key : nginx-ingress-release-${{ needs.variables.outputs.go_code_md5 }}
668668 path : ${{ github.workspace }}/tarballs
0 commit comments