Skip to content

Commit 9fab776

Browse files
authored
Merge pull request #568 from romansp/dependabot/github_actions/actions/upload-pages-artifact-5
2 parents 806a827 + 543a23f commit 9fab776

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: pnpm install
2222
- run: pnpm nuxt build --preset github_pages
2323
- name: Upload artifact
24-
uses: actions/upload-pages-artifact@v4
24+
uses: actions/upload-pages-artifact@v5
2525
with:
2626
path: ./.output/public
2727
# Deployment job

0 commit comments

Comments
 (0)