Skip to content

Commit 51afeea

Browse files
chore(deps): update actions/upload-pages-artifact action to v4 (#118)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9691019 commit 51afeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
uses: actions/configure-pages@v5
104104

105105
- name: Upload artifact
106-
uses: actions/upload-pages-artifact@v3
106+
uses: actions/upload-pages-artifact@v4
107107
with:
108108
path: dist
109109

0 commit comments

Comments
 (0)