Skip to content

Commit b099732

Browse files
Merge pull request #37 from PowerShell/dependabot/github_actions/actions/upload-pages-artifact-5
Bump actions/upload-pages-artifact from 4 to 5
2 parents 7c5d9dc + 8552991 commit b099732

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.site.yml

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

0 commit comments

Comments
 (0)