mirror of
https://github.com/Z3Prover/z3
synced 2026-07-03 13:56:08 +00:00
Bump actions/download-artifact from 4 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
78fa6d5ee8
commit
d11206d3d4
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
|
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
|
- name: Download Go Documentation
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: go-docs
|
name: go-docs
|
||||||
path: doc/api/html/go/
|
path: doc/api/html/go/
|
||||||
|
|
|
||||||
12
.github/workflows/memory-safety-report.lock.yml
generated
vendored
12
.github/workflows/memory-safety-report.lock.yml
generated
vendored
|
|
@ -648,7 +648,7 @@ jobs:
|
||||||
const { generateWorkflowOverview } = require('/opt/gh-aw/actions/generate_workflow_overview.cjs');
|
const { generateWorkflowOverview } = require('/opt/gh-aw/actions/generate_workflow_overview.cjs');
|
||||||
await generateWorkflowOverview(core);
|
await generateWorkflowOverview(core);
|
||||||
- name: Download prompt artifact
|
- name: Download prompt artifact
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: prompt
|
name: prompt
|
||||||
path: /tmp/gh-aw/aw-prompts
|
path: /tmp/gh-aw/aw-prompts
|
||||||
|
|
@ -843,7 +843,7 @@ jobs:
|
||||||
destination: /opt/gh-aw/actions
|
destination: /opt/gh-aw/actions
|
||||||
- name: Download agent output artifact
|
- name: Download agent output artifact
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: agent-output
|
name: agent-output
|
||||||
path: /tmp/gh-aw/safeoutputs/
|
path: /tmp/gh-aw/safeoutputs/
|
||||||
|
|
@ -936,13 +936,13 @@ jobs:
|
||||||
destination: /opt/gh-aw/actions
|
destination: /opt/gh-aw/actions
|
||||||
- name: Download agent artifacts
|
- name: Download agent artifacts
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: agent-artifacts
|
name: agent-artifacts
|
||||||
path: /tmp/gh-aw/threat-detection/
|
path: /tmp/gh-aw/threat-detection/
|
||||||
- name: Download agent output artifact
|
- name: Download agent output artifact
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: agent-output
|
name: agent-output
|
||||||
path: /tmp/gh-aw/threat-detection/
|
path: /tmp/gh-aw/threat-detection/
|
||||||
|
|
@ -1069,7 +1069,7 @@ jobs:
|
||||||
destination: /opt/gh-aw/actions
|
destination: /opt/gh-aw/actions
|
||||||
- name: Download agent output artifact
|
- name: Download agent output artifact
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: agent-output
|
name: agent-output
|
||||||
path: /tmp/gh-aw/safeoutputs/
|
path: /tmp/gh-aw/safeoutputs/
|
||||||
|
|
@ -1105,7 +1105,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
destination: /opt/gh-aw/actions
|
destination: /opt/gh-aw/actions
|
||||||
- name: Download cache-memory artifact (default)
|
- name: Download cache-memory artifact (default)
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
name: cache-memory
|
name: cache-memory
|
||||||
|
|
|
||||||
2
.github/workflows/memory-safety.yml
vendored
2
.github/workflows/memory-safety.yml
vendored
|
|
@ -213,7 +213,7 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
steps:
|
steps:
|
||||||
- name: Download all artifacts
|
- name: Download all artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
path: reports/
|
path: reports/
|
||||||
|
|
||||||
|
|
|
||||||
36
.github/workflows/nightly.yml
vendored
36
.github/workflows/nightly.yml
vendored
|
|
@ -89,7 +89,7 @@ jobs:
|
||||||
uses: actions/checkout@v6.0.2
|
uses: actions/checkout@v6.0.2
|
||||||
|
|
||||||
- name: Download macOS x64 Build
|
- name: Download macOS x64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: macOsBuild
|
name: macOsBuild
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
@ -137,7 +137,7 @@ jobs:
|
||||||
uses: actions/checkout@v6.0.2
|
uses: actions/checkout@v6.0.2
|
||||||
|
|
||||||
- name: Download macOS ARM64 Build
|
- name: Download macOS ARM64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: MacArm64
|
name: MacArm64
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
@ -460,37 +460,37 @@ jobs:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Download Win64 Build
|
- name: Download Win64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: WindowsBuild-x64
|
name: WindowsBuild-x64
|
||||||
path: package
|
path: package
|
||||||
|
|
||||||
- name: Download Win ARM64 Build
|
- name: Download Win ARM64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: WindowsBuild-arm64
|
name: WindowsBuild-arm64
|
||||||
path: package
|
path: package
|
||||||
|
|
||||||
- name: Download Ubuntu Build
|
- name: Download Ubuntu Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: UbuntuBuild
|
name: UbuntuBuild
|
||||||
path: package
|
path: package
|
||||||
|
|
||||||
- name: Download Ubuntu ARM64 Build
|
- name: Download Ubuntu ARM64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: UbuntuArm64
|
name: UbuntuArm64
|
||||||
path: package
|
path: package
|
||||||
|
|
||||||
- name: Download macOS Build
|
- name: Download macOS Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: macOsBuild
|
name: macOsBuild
|
||||||
path: package
|
path: package
|
||||||
|
|
||||||
- name: Download macOS Arm64 Build
|
- name: Download macOS Arm64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: MacArm64
|
name: MacArm64
|
||||||
path: package
|
path: package
|
||||||
|
|
@ -535,7 +535,7 @@ jobs:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: WindowsBuild-x86
|
name: WindowsBuild-x86
|
||||||
path: package
|
path: package
|
||||||
|
|
@ -580,43 +580,43 @@ jobs:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Download macOS x64 Build
|
- name: Download macOS x64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: macOsBuild
|
name: macOsBuild
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
- name: Download macOS Arm64 Build
|
- name: Download macOS Arm64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: MacArm64
|
name: MacArm64
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
- name: Download Win64 Build
|
- name: Download Win64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: WindowsBuild-x64
|
name: WindowsBuild-x64
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
- name: Download Win32 Build
|
- name: Download Win32 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: WindowsBuild-x86
|
name: WindowsBuild-x86
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
- name: Download Win ARM64 Build
|
- name: Download Win ARM64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: WindowsBuild-arm64
|
name: WindowsBuild-arm64
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
- name: Download ManyLinux AMD64 Build
|
- name: Download ManyLinux AMD64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: ManyLinuxPythonBuildAMD64
|
name: ManyLinuxPythonBuildAMD64
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
- name: Download ManyLinux Arm64 Build
|
- name: Download ManyLinux Arm64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: ManyLinuxPythonBuildArm64
|
name: ManyLinuxPythonBuildArm64
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
@ -684,7 +684,7 @@ jobs:
|
||||||
uses: actions/checkout@v6.0.2
|
uses: actions/checkout@v6.0.2
|
||||||
|
|
||||||
- name: Download all artifacts
|
- name: Download all artifacts
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
path: tmp
|
path: tmp
|
||||||
|
|
||||||
|
|
@ -749,7 +749,7 @@ jobs:
|
||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- name: Download Python packages
|
- name: Download Python packages
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: PythonPackages
|
name: PythonPackages
|
||||||
path: dist
|
path: dist
|
||||||
|
|
|
||||||
4
.github/workflows/nuget-build.yml
vendored
4
.github/workflows/nuget-build.yml
vendored
|
|
@ -165,7 +165,7 @@ jobs:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Download all artifacts
|
- name: Download all artifacts
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
path: packages
|
path: packages
|
||||||
|
|
||||||
|
|
@ -220,7 +220,7 @@ jobs:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Download x86 artifact
|
- name: Download x86 artifact
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: windows-x86
|
name: windows-x86
|
||||||
path: packages
|
path: packages
|
||||||
|
|
|
||||||
10
.github/workflows/qf-s-benchmark.lock.yml
generated
vendored
10
.github/workflows/qf-s-benchmark.lock.yml
generated
vendored
|
|
@ -613,7 +613,7 @@ jobs:
|
||||||
const { generateWorkflowOverview } = require('/opt/gh-aw/actions/generate_workflow_overview.cjs');
|
const { generateWorkflowOverview } = require('/opt/gh-aw/actions/generate_workflow_overview.cjs');
|
||||||
await generateWorkflowOverview(core);
|
await generateWorkflowOverview(core);
|
||||||
- name: Download prompt artifact
|
- name: Download prompt artifact
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: prompt
|
name: prompt
|
||||||
path: /tmp/gh-aw/aw-prompts
|
path: /tmp/gh-aw/aw-prompts
|
||||||
|
|
@ -801,7 +801,7 @@ jobs:
|
||||||
destination: /opt/gh-aw/actions
|
destination: /opt/gh-aw/actions
|
||||||
- name: Download agent output artifact
|
- name: Download agent output artifact
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: agent-output
|
name: agent-output
|
||||||
path: /tmp/gh-aw/safeoutputs/
|
path: /tmp/gh-aw/safeoutputs/
|
||||||
|
|
@ -894,13 +894,13 @@ jobs:
|
||||||
destination: /opt/gh-aw/actions
|
destination: /opt/gh-aw/actions
|
||||||
- name: Download agent artifacts
|
- name: Download agent artifacts
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: agent-artifacts
|
name: agent-artifacts
|
||||||
path: /tmp/gh-aw/threat-detection/
|
path: /tmp/gh-aw/threat-detection/
|
||||||
- name: Download agent output artifact
|
- name: Download agent output artifact
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: agent-output
|
name: agent-output
|
||||||
path: /tmp/gh-aw/threat-detection/
|
path: /tmp/gh-aw/threat-detection/
|
||||||
|
|
@ -1005,7 +1005,7 @@ jobs:
|
||||||
destination: /opt/gh-aw/actions
|
destination: /opt/gh-aw/actions
|
||||||
- name: Download agent output artifact
|
- name: Download agent output artifact
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: agent-output
|
name: agent-output
|
||||||
path: /tmp/gh-aw/safeoutputs/
|
path: /tmp/gh-aw/safeoutputs/
|
||||||
|
|
|
||||||
40
.github/workflows/release.yml
vendored
40
.github/workflows/release.yml
vendored
|
|
@ -99,7 +99,7 @@ jobs:
|
||||||
uses: actions/checkout@v6.0.2
|
uses: actions/checkout@v6.0.2
|
||||||
|
|
||||||
- name: Download macOS x64 Build
|
- name: Download macOS x64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: macOsBuild
|
name: macOsBuild
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
@ -147,7 +147,7 @@ jobs:
|
||||||
uses: actions/checkout@v6.0.2
|
uses: actions/checkout@v6.0.2
|
||||||
|
|
||||||
- name: Download macOS ARM64 Build
|
- name: Download macOS ARM64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: MacArm64
|
name: MacArm64
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
@ -470,37 +470,37 @@ jobs:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Download Win64 Build
|
- name: Download Win64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: WindowsBuild-x64
|
name: WindowsBuild-x64
|
||||||
path: package
|
path: package
|
||||||
|
|
||||||
- name: Download Win ARM64 Build
|
- name: Download Win ARM64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: WindowsBuild-arm64
|
name: WindowsBuild-arm64
|
||||||
path: package
|
path: package
|
||||||
|
|
||||||
- name: Download Ubuntu Build
|
- name: Download Ubuntu Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: UbuntuBuild
|
name: UbuntuBuild
|
||||||
path: package
|
path: package
|
||||||
|
|
||||||
- name: Download Ubuntu ARM64 Build
|
- name: Download Ubuntu ARM64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: UbuntuArm64
|
name: UbuntuArm64
|
||||||
path: package
|
path: package
|
||||||
|
|
||||||
- name: Download macOS Build
|
- name: Download macOS Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: macOsBuild
|
name: macOsBuild
|
||||||
path: package
|
path: package
|
||||||
|
|
||||||
- name: Download macOS Arm64 Build
|
- name: Download macOS Arm64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: MacArm64
|
name: MacArm64
|
||||||
path: package
|
path: package
|
||||||
|
|
@ -545,7 +545,7 @@ jobs:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: WindowsBuild-x86
|
name: WindowsBuild-x86
|
||||||
path: package
|
path: package
|
||||||
|
|
@ -590,43 +590,43 @@ jobs:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Download macOS x64 Build
|
- name: Download macOS x64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: macOsBuild
|
name: macOsBuild
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
- name: Download macOS Arm64 Build
|
- name: Download macOS Arm64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: MacArm64
|
name: MacArm64
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
- name: Download Win64 Build
|
- name: Download Win64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: WindowsBuild-x64
|
name: WindowsBuild-x64
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
- name: Download Win32 Build
|
- name: Download Win32 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: WindowsBuild-x86
|
name: WindowsBuild-x86
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
- name: Download Win ARM64 Build
|
- name: Download Win ARM64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: WindowsBuild-arm64
|
name: WindowsBuild-arm64
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
- name: Download ManyLinux AMD64 Build
|
- name: Download ManyLinux AMD64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: ManyLinuxPythonBuildAMD64
|
name: ManyLinuxPythonBuildAMD64
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
- name: Download ManyLinux Arm64 Build
|
- name: Download ManyLinux Arm64 Build
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: ManyLinuxPythonBuildArm64
|
name: ManyLinuxPythonBuildArm64
|
||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
@ -692,7 +692,7 @@ jobs:
|
||||||
uses: actions/checkout@v6.0.2
|
uses: actions/checkout@v6.0.2
|
||||||
|
|
||||||
- name: Download all artifacts
|
- name: Download all artifacts
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
path: tmp
|
path: tmp
|
||||||
|
|
||||||
|
|
@ -748,13 +748,13 @@ jobs:
|
||||||
uses: actions/checkout@v6.0.2
|
uses: actions/checkout@v6.0.2
|
||||||
|
|
||||||
- name: Download NuGet packages
|
- name: Download NuGet packages
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: NuGet
|
name: NuGet
|
||||||
path: packages
|
path: packages
|
||||||
|
|
||||||
- name: Download NuGet32 packages
|
- name: Download NuGet32 packages
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: NuGet32
|
name: NuGet32
|
||||||
path: packages
|
path: packages
|
||||||
|
|
@ -781,7 +781,7 @@ jobs:
|
||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- name: Download Python packages
|
- name: Download Python packages
|
||||||
uses: actions/download-artifact@v8.0.0
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: PythonPackage
|
name: PythonPackage
|
||||||
path: dist
|
path: dist
|
||||||
|
|
|
||||||
12
.github/workflows/zipt-code-reviewer.lock.yml
generated
vendored
12
.github/workflows/zipt-code-reviewer.lock.yml
generated
vendored
|
|
@ -651,7 +651,7 @@ jobs:
|
||||||
const { generateWorkflowOverview } = require('/opt/gh-aw/actions/generate_workflow_overview.cjs');
|
const { generateWorkflowOverview } = require('/opt/gh-aw/actions/generate_workflow_overview.cjs');
|
||||||
await generateWorkflowOverview(core);
|
await generateWorkflowOverview(core);
|
||||||
- name: Download prompt artifact
|
- name: Download prompt artifact
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: prompt
|
name: prompt
|
||||||
path: /tmp/gh-aw/aw-prompts
|
path: /tmp/gh-aw/aw-prompts
|
||||||
|
|
@ -866,7 +866,7 @@ jobs:
|
||||||
destination: /opt/gh-aw/actions
|
destination: /opt/gh-aw/actions
|
||||||
- name: Download agent output artifact
|
- name: Download agent output artifact
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: agent-output
|
name: agent-output
|
||||||
path: /tmp/gh-aw/safeoutputs/
|
path: /tmp/gh-aw/safeoutputs/
|
||||||
|
|
@ -957,13 +957,13 @@ jobs:
|
||||||
destination: /opt/gh-aw/actions
|
destination: /opt/gh-aw/actions
|
||||||
- name: Download agent artifacts
|
- name: Download agent artifacts
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: agent-artifacts
|
name: agent-artifacts
|
||||||
path: /tmp/gh-aw/threat-detection/
|
path: /tmp/gh-aw/threat-detection/
|
||||||
- name: Download agent output artifact
|
- name: Download agent output artifact
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: agent-output
|
name: agent-output
|
||||||
path: /tmp/gh-aw/threat-detection/
|
path: /tmp/gh-aw/threat-detection/
|
||||||
|
|
@ -1067,7 +1067,7 @@ jobs:
|
||||||
destination: /opt/gh-aw/actions
|
destination: /opt/gh-aw/actions
|
||||||
- name: Download agent output artifact
|
- name: Download agent output artifact
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
with:
|
with:
|
||||||
name: agent-output
|
name: agent-output
|
||||||
path: /tmp/gh-aw/safeoutputs/
|
path: /tmp/gh-aw/safeoutputs/
|
||||||
|
|
@ -1103,7 +1103,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
destination: /opt/gh-aw/actions
|
destination: /opt/gh-aw/actions
|
||||||
- name: Download cache-memory artifact (default)
|
- name: Download cache-memory artifact (default)
|
||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
|
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
name: cache-memory
|
name: cache-memory
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue