From a870dd6e0f6a2ac95a634f3d6b9cc288106bef5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:07:28 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 2 to 4.1.7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e.yml | 6 +++--- .github/workflows/pipeline.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 459b117f7..92c69001c 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -97,7 +97,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Download image artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ${{ matrix.base-image }} @@ -137,7 +137,7 @@ jobs: cache-dependency-path: "**/*.sum" - name: Download image artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ${{ matrix.base-image }} - name: Load image @@ -166,7 +166,7 @@ jobs: check-latest: true cache-dependency-path: "**/*.sum" - name: Download image artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ${{ matrix.base-image }} - name: Load image diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 8da3819da..c701bd927 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -71,7 +71,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Download code coverage results - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: code-coverage-report - name: Upload to Codecov