Skip to content

Commit dd11bab

Browse files
deps: bump actions/upload-pages-artifact from 3.0.1 to 4.0.0
Pull-Request: #6142.
1 parent fb5553c commit dd11bab

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
@@ -23,7 +23,7 @@ jobs:
2323
echo "<meta http-equiv=\"refresh\" content=\"0; url=libp2p\">" > target/doc/index.html
2424
cp -r target/doc/* ./host-docs
2525
- name: Upload documentation
26-
uses: actions/upload-pages-artifact@v3.0.1
26+
uses: actions/upload-pages-artifact@v4.0.0
2727
with:
2828
path: "host-docs/"
2929

0 commit comments

Comments
 (0)