Skip to content

Commit 249376d

Browse files
authored
Merge pull request #21 from plugorgau/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents 62391c8 + 7db6499 commit 249376d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Build site
3939
run: hugo --baseURL "${{ steps.pages.outputs.base_url }}/"
4040
- name: Upload pages
41-
uses: actions/upload-pages-artifact@v3
41+
uses: actions/upload-pages-artifact@v4
4242
with:
4343
path: ./public
4444

0 commit comments

Comments
 (0)