We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ef24f commit 9548797Copy full SHA for 9548797
.github/workflows/webpage.yaml
@@ -47,10 +47,10 @@ jobs:
47
uses: actions/configure-pages@v3
48
- name: Upload artifact
49
if: github.ref_name == github.event.repository.default_branch
50
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
51
with:
52
path: 'website'
53
- name: Deploy to GitHub Pages
54
55
id: deployment
56
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
0 commit comments