mirror of
https://github.com/Z3Prover/z3
synced 2026-01-04 10:08:46 +00:00
Bump actions/download-artifact from 6 to 7 (#8082)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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
17f231c287
commit
dd15a279fd
5 changed files with 6 additions and 6 deletions
2
.github/workflows/daily-backlog-burner.lock.yml
generated
vendored
2
.github/workflows/daily-backlog-burner.lock.yml
generated
vendored
|
|
@ -2946,7 +2946,7 @@ jobs:
|
|||
steps:
|
||||
- name: Download patch artifact
|
||||
continue-on-error: true
|
||||
uses: actions/download-artifact@v6
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: aw.patch
|
||||
path: /tmp/
|
||||
|
|
|
|||
2
.github/workflows/daily-perf-improver.lock.yml
generated
vendored
2
.github/workflows/daily-perf-improver.lock.yml
generated
vendored
|
|
@ -3021,7 +3021,7 @@ jobs:
|
|||
steps:
|
||||
- name: Download patch artifact
|
||||
continue-on-error: true
|
||||
uses: actions/download-artifact@v6
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: aw.patch
|
||||
path: /tmp/
|
||||
|
|
|
|||
2
.github/workflows/daily-test-improver.lock.yml
generated
vendored
2
.github/workflows/daily-test-improver.lock.yml
generated
vendored
|
|
@ -2996,7 +2996,7 @@ jobs:
|
|||
steps:
|
||||
- name: Download patch artifact
|
||||
continue-on-error: true
|
||||
uses: actions/download-artifact@v6
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: aw.patch
|
||||
path: /tmp/
|
||||
|
|
|
|||
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@v6
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
path: packages
|
||||
|
||||
|
|
@ -220,7 +220,7 @@ jobs:
|
|||
python-version: '3.x'
|
||||
|
||||
- name: Download x86 artifact
|
||||
uses: actions/download-artifact@v6
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: windows-x86
|
||||
path: packages
|
||||
|
|
|
|||
2
.github/workflows/pr-fix.lock.yml
generated
vendored
2
.github/workflows/pr-fix.lock.yml
generated
vendored
|
|
@ -3371,7 +3371,7 @@ jobs:
|
|||
steps:
|
||||
- name: Download patch artifact
|
||||
continue-on-error: true
|
||||
uses: actions/download-artifact@v6
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: aw.patch
|
||||
path: /tmp/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue