Skip to content

Commit 89e4d9e

Browse files
committed
test v4
1 parent 9819744 commit 89e4d9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 0
3434
# submodules: true
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Setup Pages
3939
id: pages
40-
uses: actions/configure-pages@v3
40+
uses: actions/configure-pages@v4
4141

4242
- name: Setup Ruby
4343
uses: ruby/setup-ruby@v1
@@ -55,7 +55,7 @@ jobs:
5555
bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href
5656
5757
- name: Upload site artifact
58-
uses: actions/upload-artifact@v4
58+
uses: actions/upload-pages-artifact@v3
5959
with:
6060
path: "_site${{ steps.pages.outputs.base_path }}"
6161

0 commit comments

Comments
 (0)