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 77
77
fi
78
78
79
79
- name : Checkout theme
80
- uses : actions/checkout@v4
80
+ uses : actions/checkout@v5
81
81
with :
82
82
repository : LizardByte/LizardByte.github.io
83
83
ref : ${{ github.repository == 'LizardByte/LizardByte.github.io' && github.ref || inputs.theme_ref }}
86
86
87
87
- name : Download input artifact
88
88
if : inputs.site_artifact != ''
89
- uses : actions/download-artifact@v4
89
+ uses : actions/download-artifact@v5
90
90
with :
91
91
name : ${{ inputs.site_artifact }}
92
92
path : project
@@ -230,7 +230,7 @@ jobs:
230
230
needs : build
231
231
steps :
232
232
- name : Checkout gh-pages
233
- uses : actions/checkout@v4
233
+ uses : actions/checkout@v5
234
234
with :
235
235
ref : ${{ inputs.target_branch }}
236
236
path : gh-pages
@@ -243,7 +243,7 @@ jobs:
243
243
run : rm -f -r ./gh-pages/*
244
244
245
245
- name : Download artifact
246
- uses : actions/download-artifact@v4
246
+ uses : actions/download-artifact@v5
247
247
with :
248
248
name : site
249
249
path : gh-pages
You can’t perform that action at this time.
0 commit comments