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 2c9e59a + 814f827 commit 341ba02Copy full SHA for 341ba02
1 file changed
.github/workflows/deploy-docs.yml
@@ -38,7 +38,7 @@ jobs:
38
if [ -f output/wwwroot/404.html ]; then
39
sed -i 's|<base href="/" />|<base href="/HerePlatform.NET/" />|g' output/wwwroot/404.html
40
fi
41
- - uses: actions/upload-pages-artifact@v4
+ - uses: actions/upload-pages-artifact@v5
42
with:
43
path: output/wwwroot
44
- id: deployment
0 commit comments