From d2c97bf573e095f41c5675f5cc73420a6b586398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 00:44:59 +0200 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#209) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Damien Harper --- .github/workflows/ci-2.x.yml | 2 +- .github/workflows/ci-3.x.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-2.x.yml b/.github/workflows/ci-2.x.yml index 9a01cc7e..a37862e0 100644 --- a/.github/workflows/ci-2.x.yml +++ b/.github/workflows/ci-2.x.yml @@ -263,7 +263,7 @@ jobs: fetch-depth: 2 - name: "Download coverage files" - uses: "actions/download-artifact@v3" + uses: "actions/download-artifact@v4.1.7" with: path: "reports" diff --git a/.github/workflows/ci-3.x.yml b/.github/workflows/ci-3.x.yml index 13b0c3a5..57c48e75 100644 --- a/.github/workflows/ci-3.x.yml +++ b/.github/workflows/ci-3.x.yml @@ -173,7 +173,7 @@ jobs: fetch-depth: 2 - name: "Download coverage files" - uses: "actions/download-artifact@v3" + uses: "actions/download-artifact@v4.1.7" with: path: "reports"