build(deps): bump actions/upload-pages-artifact from 2.0.0 to 3.0.0
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Quentin Gliech
parent
34691ac51c
commit
a408fd368c
2
.github/workflows/docs.yaml
vendored
2
.github/workflows/docs.yaml
vendored
@@ -50,7 +50,7 @@ jobs:
|
|||||||
done
|
done
|
||||||
|
|
||||||
- name: Upload GitHub Pages artifacts
|
- name: Upload GitHub Pages artifacts
|
||||||
uses: actions/upload-pages-artifact@v2.0.0
|
uses: actions/upload-pages-artifact@v3.0.0
|
||||||
with:
|
with:
|
||||||
path: target/book/
|
path: target/book/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user