Skip to content

Commit e126b0e

Browse files
author
Patrick M
committed
update jobs
1 parent d3b3b22 commit e126b0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 2 additions & 2 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
@@ -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-pages-artifact@v1
58+
uses: actions/upload-pages-artifact@v4
5959
with:
6060
path: "_site${{ steps.pages.outputs.base_path }}"
6161

0 commit comments

Comments
 (0)