mirror of
https://github.com/Z3Prover/z3
synced 2026-03-16 18:20:00 +00:00
Merge pull request #8912 from Z3Prover/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 4 to 8
This commit is contained in:
commit
14e0492cce
8 changed files with 59 additions and 59 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -125,7 +125,7 @@ jobs:
|
|||
python3 mk_api_doc.py --js --go --output-dir=api --mld --z3py-package-path=../build-x64/python/z3 --build=../build-x64
|
||||
|
||||
- name: Download Go Documentation
|
||||
uses: actions/download-artifact@v8.0.0
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: go-docs
|
||||
path: doc/api/html/go/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue