Skip to content

Commit 8012e8f

Browse files
authored
Update update-gh-pages-branch.yml from v3 to v4
1 parent 991ca72 commit 8012e8f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/update-gh-pages-branch.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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
@@ -26,7 +26,7 @@ jobs:
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: ../
@@ -54,4 +54,4 @@ jobs:
5454
git config user.email [email protected]
5555
git add .
5656
git commit -m "Pages update"
57-
git push
57+
git push

0 commit comments

Comments
 (0)