Skip to content

Commit d2e9039

Browse files
chore(deps): update actions/upload-pages-artifact action from vv3 to v4 (#144)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7d02cc1 commit d2e9039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

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

4343
- name: Upload artifact
44-
uses: actions/upload-pages-artifact@v3
44+
uses: actions/upload-pages-artifact@v4
4545
with:
4646
path: ./docs/build
4747

0 commit comments

Comments
 (0)