Skip to content

Commit b4d9009

Browse files
authored
Update upload-pages-artifact version
1 parent 8e4c710 commit b4d9009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
- name: Generate Site
3333
run: npx antora antora-playbook.yml
3434
- name: Upload Artifacts
35-
uses: actions/upload-pages-artifact@v2
35+
uses: actions/upload-pages-artifact@v4
3636
with:
3737
path: build/site
3838
- name: Deploy to GitHub Pages
3939
id: deployment
40-
uses: actions/deploy-pages@v2
40+
uses: actions/deploy-pages@v2

0 commit comments

Comments
 (0)