mirror of
https://github.com/Z3Prover/z3
synced 2026-03-23 04:49:11 +00:00
Bump actions/download-artifact from 8.0.0 to 8.0.1 (#9016)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v8...v8.0.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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
103bf6dc35
commit
a252121945
18 changed files with 90 additions and 90 deletions
2
.github/workflows/memory-safety.yml
vendored
2
.github/workflows/memory-safety.yml
vendored
|
|
@ -210,7 +210,7 @@ jobs:
|
|||
if: always()
|
||||
steps:
|
||||
- name: Download all artifacts
|
||||
uses: actions/download-artifact@v8
|
||||
uses: actions/download-artifact@v8.0.1
|
||||
with:
|
||||
path: reports/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue