From d09ec948060ad51391e79744e9981d24d2cd7cec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:16:22 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/cover.yml | 4 ++-- .github/workflows/publish_docker.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cover.yml b/.github/workflows/cover.yml index 05b014ec7..f0da53734 100644 --- a/.github/workflows/cover.yml +++ b/.github/workflows/cover.yml @@ -44,12 +44,12 @@ jobs: repository: VSharp-team/VSharp-bench path: ./benchmarks - name: Download VSharp.Runner binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: runner path: ./runner - name: Download VSharp.TestRunner binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: test_runner path: ./test_runner diff --git a/.github/workflows/publish_docker.yml b/.github/workflows/publish_docker.yml index df58451c3..4943734d3 100644 --- a/.github/workflows/publish_docker.yml +++ b/.github/workflows/publish_docker.yml @@ -27,7 +27,7 @@ jobs: submodules: false - name: Download VSharp.Runner binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: runner path: ./runner