From 66e8fea693a9fc6799e6f5d1fc28b091e1e02365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 00:03:18 +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/docker-image.yml | 6 +++--- .github/workflows/node-coverage.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 9feda58a..016946b3 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -76,7 +76,7 @@ jobs: needs: build steps: - name: Download artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ${{ env.ARTIFACT_NAME }}_lint path: /tmp/ @@ -96,7 +96,7 @@ jobs: needs: build steps: - name: Download artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ${{ env.ARTIFACT_NAME }}_test path: /tmp/ @@ -161,7 +161,7 @@ jobs: needs: build steps: - name: Download artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ${{ env.ARTIFACT_NAME }}_prod path: /tmp/ diff --git a/.github/workflows/node-coverage.yml b/.github/workflows/node-coverage.yml index 6b48f96c..9fa74fbe 100644 --- a/.github/workflows/node-coverage.yml +++ b/.github/workflows/node-coverage.yml @@ -53,7 +53,7 @@ jobs: fetch-depth: 0 - name: Download coverage artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: coverage-report path: coverage @@ -76,7 +76,7 @@ jobs: fetch-depth: 0 - name: Download coverage artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: coverage-report path: coverage