⬆ Bump actions/upload-artifact from 2 to 3 (#477)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f2e1942d45
commit
900e9d2cef
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-docs.yml
vendored
2
.github/workflows/build-docs.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
run: python3.7 -m mkdocs build --config-file mkdocs.insiders.yml
|
||||
- name: Zip docs
|
||||
run: bash ./scripts/zip-docs.sh
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: docs-zip
|
||||
path: ./docs.zip
|
||||
|
|
Loading…
Reference in a new issue