We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1d747e + 7e49b72 commit 951a248Copy full SHA for 951a248
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
node: ${{ env.NODE_VERSION }}
36
37
- name: Save build artifacts
38
- uses: actions/cache/save@v3
+ uses: actions/cache/save@v4
39
with:
40
path: .
41
key: ${{ env.CACHE_KEY }}
0 commit comments