mirror of
https://github.com/Z3Prover/z3
synced 2025-11-24 22:51:28 +00:00
Bump actions/download-artifact from 4 to 6 (#8032)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
053d951cff
commit
9c588afefe
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