We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61d2d00 + 692905c commit 0011401Copy full SHA for 0011401
action.yml
@@ -29,7 +29,7 @@ runs:
29
30
- name: 🛻 Restore Binary
31
id: cache-restore
32
- uses: actions/cache/restore@v3
+ uses: actions/cache/restore@v4
33
with:
34
path: ${{ env.BINARY_PATH }}
35
key: build-cache-${{ runner.os }}-${{ env.VERSION_NUMBER }}
@@ -51,7 +51,7 @@ runs:
51
52
- name: 💾 Save Binary
53
if: steps.cache-restore.outputs.cache-hit != 'true'
54
- uses: actions/cache/save@v3
+ uses: actions/cache/save@v4
55
56
57
0 commit comments