Skip to content

Commit 385d42c

Browse files
authored
Merge pull request #146 from seed4j/renovate/actions-upload-pages-artifact-5.x
chore(deps): update actions/upload-pages-artifact action to v5
2 parents 087d33f + 087077a commit 385d42c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: upload build artifact
3131
if: github.event_name == 'push'
32-
uses: actions/upload-pages-artifact@v4
32+
uses: actions/upload-pages-artifact@v5
3333
with:
3434
path: .vitepress/dist
3535

0 commit comments

Comments
 (0)