We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c5d9dc + 8552991 commit b099732Copy full SHA for b099732
1 file changed
.github/workflows/publish.site.yml
@@ -71,7 +71,7 @@ jobs:
71
run: |
72
Invoke-Build -Task BuildSite -SiteBaseUrl "${{ steps.pages.outputs.base_url }}/"
73
- name: Upload artifact
74
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v5
75
with:
76
path: ./.site/public
77
# Deployment job
0 commit comments