Skip to content

Commit aa44b83

Browse files
committed
github: Update to upload-pages-artifact@v3
...the older version is deprecated.
1 parent 19c4f7d commit aa44b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: "Build"
2727
run: "npm run typedoc"
2828
- name: "Upload GitHub Pages artifact"
29-
uses: actions/upload-pages-artifact@v1
29+
uses: actions/upload-pages-artifact@v3
3030
with:
3131
path: "./packages/libsql-client/docs"
3232

0 commit comments

Comments
 (0)