From 676cd860c8ea78b6bbbbcfb0a7267fb350a2053d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:04:12 +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/cypress_test.yml | 2 +- .github/workflows/ember_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress_test.yml b/.github/workflows/cypress_test.yml index c8472eb24..3c1651986 100644 --- a/.github/workflows/cypress_test.yml +++ b/.github/workflows/cypress_test.yml @@ -28,7 +28,7 @@ jobs: key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} - name: Download Test Build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: test_build path: test_build/ diff --git a/.github/workflows/ember_test.yml b/.github/workflows/ember_test.yml index 2c0f807aa..c8445650f 100644 --- a/.github/workflows/ember_test.yml +++ b/.github/workflows/ember_test.yml @@ -26,7 +26,7 @@ jobs: key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} - name: Download Test Build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: test_build path: test_build/