From 3ae05862acfc47eecc40fda58a86e94b956c5a49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:49:25 +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/ci-5.x.yml | 2 +- .github/workflows/ci-6.x.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-5.x.yml b/.github/workflows/ci-5.x.yml index d6b119ed..823a6ca5 100644 --- a/.github/workflows/ci-5.x.yml +++ b/.github/workflows/ci-5.x.yml @@ -197,7 +197,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-6.x.yml b/.github/workflows/ci-6.x.yml index ef52a901..d4d2657e 100644 --- a/.github/workflows/ci-6.x.yml +++ b/.github/workflows/ci-6.x.yml @@ -125,7 +125,7 @@ jobs: fetch-depth: 2 - name: "Download coverage files" - uses: "actions/download-artifact@v3" + uses: "actions/download-artifact@v4.1.7" with: path: "reports"