Skip to content

Commit d0faa71

Browse files
authored
Merge pull request #43 from trustyai-explainability/ruivieira-patch-2
fix: Update upload-pages-artifact version
2 parents 8e4c710 + b4d9009 commit d0faa71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
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)