File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 runs-on : windows-latest
99 steps :
1010 - name : Checkout branch
11- uses : actions/checkout@v3
11+ uses : actions/checkout@v4
1212
1313 - name : Check status
1414 run : git status
2626 run : Compress-Archive -Path _site/* -DestinationPath ${{ runner.temp }}/site.zip
2727
2828 - name : Upload artifact
29- uses : actions/upload-artifact@v3
29+ uses : actions/upload-artifact@v4
3030 with :
3131 name : github-pages
3232 path : ${{ runner.temp }}/site.zip
@@ -36,11 +36,11 @@ jobs:
3636 runs-on : windows-latest
3737 steps :
3838 - name : Checkout branch
39- uses : actions/checkout@v3
39+ uses : actions/checkout@v4
4040 with :
4141 ref : gh-pages
4242 - name : Download artifacts
43- uses : actions/download-artifact@v3
43+ uses : actions/download-artifact@v4
4444 with :
4545 name : github-pages
4646 path : ../
5454 git config user.email [email protected] 5555 git add .
5656 git commit -m "Pages update"
57- git push
57+ git push
You can’t perform that action at this time.
0 commit comments