Skip to content

Commit 1acf4a5

Browse files
deps: bump actions/upload-pages-artifact from 1.0.9 to 2.0.0
Pull-Request: #4183.
1 parent 6ac15bd commit 1acf4a5

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
@@ -24,7 +24,7 @@ jobs:
2424
echo "<meta http-equiv=\"refresh\" content=\"0; url=libp2p\">" > target/doc/index.html
2525
cp -r target/doc/* ./host-docs
2626
- name: Upload documentation
27-
uses: actions/upload-pages-artifact@v1.0.9
27+
uses: actions/upload-pages-artifact@v2.0.0
2828
with:
2929
path: "host-docs/"
3030

0 commit comments

Comments
 (0)