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 8181
8282 - name : Restore cached results
8383 if : ${{ ! inputs.ignore_prev_result }}
84- uses : actions/cache/restore@v3
84+ uses : actions/cache/restore@v4
8585 id : restore-cached-results
8686 with :
8787 path : ${{github.workspace}}/merged-result.json
@@ -160,7 +160,7 @@ jobs:
160160 destination : _jekyll
161161 write-summary : true
162162 - name : Save result
163- uses : actions/cache/save@v3
163+ uses : actions/cache/save@v4
164164 with :
165165 path : ${{github.workspace}}/merged-result.json
166166 key : ${{ runner.os }}-verify-result-${{ github.sha }}
@@ -174,7 +174,7 @@ jobs:
174174 destination : _site
175175 - name : Upload artifact
176176 id : upload-pages
177- uses : actions/upload-pages-artifact@v2
177+ uses : actions/upload-pages-artifact@v3
178178 with :
179179 path : _site
180180
@@ -192,4 +192,4 @@ jobs:
192192 steps :
193193 - name : Deploy to GitHub Pages
194194 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