mirror of
https://github.com/Z3Prover/z3
synced 2025-11-22 05:36:41 +00:00
Merge 36c40deba8 into 62cd39729f
This commit is contained in:
commit
aea0f489d5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nuget-build.yml
vendored
4
.github/workflows/nuget-build.yml
vendored
|
|
@ -165,7 +165,7 @@ jobs:
|
|||
python-version: '3.x'
|
||||
|
||||
- name: Download all artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v6
|
||||
with:
|
||||
path: packages
|
||||
|
||||
|
|
@ -220,7 +220,7 @@ jobs:
|
|||
python-version: '3.x'
|
||||
|
||||
- name: Download x86 artifact
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v6
|
||||
with:
|
||||
name: windows-x86
|
||||
path: packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue