Skip to content

Commit d3c3971

Browse files
committed
Update upload-pages-artifact GitHub action
1 parent 305f4c3 commit d3c3971

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
@@ -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@v3
5959
with:
6060
path: "_site${{ steps.pages.outputs.base_path }}"
6161

@@ -68,4 +68,4 @@ jobs:
6868
steps:
6969
- name: Deploy to GitHub Pages
7070
id: deployment
71-
uses: actions/deploy-pages@v1
71+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)