Skip to content

Commit 8e61e1d

Browse files
authored
Merge pull request #29 from PowerShell/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents 907cc6a + 830e412 commit 8e61e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
Invoke-Build -Task BuildSite -SiteBaseUrl "${{ steps.pages.outputs.base_url }}/"
7171
- name: Upload artifact
72-
uses: actions/upload-pages-artifact@v3
72+
uses: actions/upload-pages-artifact@v4
7373
with:
7474
path: ./.site/public
7575
# Deployment job

0 commit comments

Comments
 (0)