Skip to content

Commit 341ba02

Browse files
authored
Merge pull request #22 from emuuu/dependabot/github_actions/actions/upload-pages-artifact-5
Bump actions/upload-pages-artifact from 4 to 5
2 parents 2c9e59a + 814f827 commit 341ba02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if [ -f output/wwwroot/404.html ]; then
3939
sed -i 's|<base href="/" />|<base href="/HerePlatform.NET/" />|g' output/wwwroot/404.html
4040
fi
41-
- uses: actions/upload-pages-artifact@v4
41+
- uses: actions/upload-pages-artifact@v5
4242
with:
4343
path: output/wwwroot
4444
- id: deployment

0 commit comments

Comments
 (0)