Skip to content

Commit 8be1cbe

Browse files
authored
Merge pull request #42 from seed4j/renovate/actions-upload-pages-artifact-4.x
chore(deps): update actions/upload-pages-artifact action to v4
2 parents f314070 + 825fab1 commit 8be1cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v3
32+
uses: actions/upload-pages-artifact@v4
3333
with:
3434
path: .vitepress/dist
3535

0 commit comments

Comments
 (0)