File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 81
81
82
82
- name : Restore cached results
83
83
if : ${{ ! inputs.ignore_prev_result }}
84
- uses : actions/cache/restore@v3
84
+ uses : actions/cache/restore@v4
85
85
id : restore-cached-results
86
86
with :
87
87
path : ${{github.workspace}}/merged-result.json
@@ -160,7 +160,7 @@ jobs:
160
160
destination : _jekyll
161
161
write-summary : true
162
162
- name : Save result
163
- uses : actions/cache/save@v3
163
+ uses : actions/cache/save@v4
164
164
with :
165
165
path : ${{github.workspace}}/merged-result.json
166
166
key : ${{ runner.os }}-verify-result-${{ github.sha }}
@@ -174,7 +174,7 @@ jobs:
174
174
destination : _site
175
175
- name : Upload artifact
176
176
id : upload-pages
177
- uses : actions/upload-pages-artifact@v2
177
+ uses : actions/upload-pages-artifact@v3
178
178
with :
179
179
path : _site
180
180
@@ -192,4 +192,4 @@ jobs:
192
192
steps :
193
193
- name : Deploy to GitHub Pages
194
194
id : deployment
195
- uses : actions/deploy-pages@v3
195
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments