Skip to content

Commit c5fce59

Browse files
committed
update-docs
1 parent cef15d3 commit c5fce59

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
@@ -37,7 +37,7 @@ jobs:
3737
- name: Generate Docs (reference docs.rs)
3838
run: |
3939
cargo rustdoc -- --cfg docsrs -Z unstable-options $(cargo metadata --format-version 1 | jq --raw-output '.packages | map("--extern-html-root-url=\(.name)=https://docs.rs/\(.name)/\(.version)") | join(" ")')
40-
- uses: actions/upload-pages-artifact@v1
40+
- uses: actions/upload-pages-artifact@v4
4141
with:
4242
path: 'target/doc'
4343
- id: deployment

0 commit comments

Comments
 (0)