From 36e88a1114acff6afde693e40fbaa52f831f3205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 23:10:24 +0000 Subject: [PATCH] Bump actions/download-artifact from 5 to 6 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/daily-integration-tests.yml | 2 +- .github/workflows/deploy.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/daily-integration-tests.yml b/.github/workflows/daily-integration-tests.yml index 57325b2..b2777b4 100644 --- a/.github/workflows/daily-integration-tests.yml +++ b/.github/workflows/daily-integration-tests.yml @@ -137,7 +137,7 @@ jobs: run: npm ci - name: Download build outputs - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: build-artifact-${{ github.run_id }} path: . diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1a98b30..9540477 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -172,7 +172,7 @@ jobs: uses: aws-actions/amazon-ecr-login@v2 - name: Download build artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: build-artifacts-${{ github.run_id }} path: . @@ -210,7 +210,7 @@ jobs: # Frontend Download Build Artifact And Deploy - name: Download build artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: build-artifacts-${{ github.run_id }} path: .