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 905ed08 + 5904d95 commit 91c75aaCopy full SHA for 91c75aa
.github/workflows/test.yml
@@ -54,7 +54,7 @@ jobs:
54
node: ${{ matrix.node }}
55
56
- name: Save build artifacts
57
- uses: actions/cache/save@v3
+ uses: actions/cache/save@v4
58
with:
59
path: .
60
key: ${{ matrix.node }}-${{ env.CACHE_KEY }}
@@ -76,7 +76,7 @@ jobs:
76
node-version: ${{ matrix.node }}
77
cache: npm
78
79
- - uses: actions/cache/restore@v3
+ - uses: actions/cache/restore@v4
80
81
82
@@ -101,7 +101,7 @@ jobs:
101
node-version: 18
102
103
104
105
106
107
key: 18-${{ env.CACHE_KEY }}
0 commit comments