Skip to content

Commit be751ea

Browse files
Update actions/upload-pages-artifact action to v4 (#196)
1 parent f360493 commit be751ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
cp -R langchain4j-kotlin/target/dokka target/docs/api
3838
3939
- name: Upload artifact
40-
uses: actions/upload-pages-artifact@v3
40+
uses: actions/upload-pages-artifact@v4
4141
with:
4242
path: target/docs/
4343
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)