deps: bump actions/upload-pages-artifact from 1.0.9 to 2.0.0

Pull-Request: #4183.
This commit is contained in:
dependabot[bot]
2023-07-19 13:56:45 +00:00
committed by GitHub
parent 6ac15bdb98
commit 1acf4a5e17

View File

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