We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 394323e + 814f9e2 commit ad8ee72Copy full SHA for ad8ee72
1 file changed
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
run: npm run build
37
38
- name: Cache build artifacts
39
- uses: actions/cache/save@v4
+ uses: actions/cache/save@v5
40
with:
41
path: |
42
server/dist
@@ -63,7 +63,7 @@ jobs:
63
run: npm ci
64
65
- name: Restore build artifacts
66
- uses: actions/cache/restore@v4
+ uses: actions/cache/restore@v5
67
68
69
@@ -100,7 +100,7 @@ jobs:
100
101
102
103
104
105
106
@@ -130,7 +130,7 @@ jobs:
130
131
132
133
134
135
136
0 commit comments