We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acc588 commit 737731aCopy full SHA for 737731a
1 file changed
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
node: ${{ env.NODE_VERSION }}
37
38
- name: Save build artifacts
39
- uses: actions/cache/save@v4
+ uses: actions/cache/save@v5
40
with:
41
path: .
42
key: ${{ env.CACHE_KEY }}
@@ -87,7 +87,7 @@ jobs:
87
cache: npm
88
89
- name: Restore build artifacts
90
- uses: actions/cache/restore@v4
+ uses: actions/cache/restore@v5
91
92
93
0 commit comments