From a9816e581d7da964334ae0db7181c383cfc4f93a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:08:05 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 7 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] --- .github/workflows/pull-request-checks.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pull-request-checks.yaml b/.github/workflows/pull-request-checks.yaml index 922da2ae0..b6ca9d7d7 100644 --- a/.github/workflows/pull-request-checks.yaml +++ b/.github/workflows/pull-request-checks.yaml @@ -174,7 +174,7 @@ jobs: - name: Confirm z3 solver is available and log the version installed run: z3 --version - name: Get the ebmc binary - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ebmc-binary path: ebmc @@ -208,7 +208,7 @@ jobs: - name: Confirm ltl2tgba is available and log the version installed run: ltl2tgba --version - name: Get the ebmc binary - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ebmc-binary path: ebmc @@ -226,7 +226,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Get the ebmc binary - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ebmc-binary path: ebmc @@ -235,7 +235,7 @@ jobs: - name: ebmc on Hazard3 run: PATH=$PATH:$PWD/ebmc examples/Hazard3/Hazard3-ebmc.sh - name: Get the vlindex binary - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: vlindex-binary path: vlindex @@ -510,17 +510,17 @@ jobs: - name: Confirm z3 solver is available and log the version installed run: z3 --version - name: Get the ebmc binary - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ebmc-binary path: bin - name: Get the hw-cbmc binary - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: hw-cbmc-binary path: bin - name: Get the vlindex binary - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: vlindex-binary path: bin