From adc3cd73a79a7c32655ebe05464eb3ea83e9ce47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 09:54:08 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-deploy-job.yml | 2 +- .github/workflows/reusable-e2e-test-job.yml | 2 +- .github/workflows/reusable-test-job.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reusable-deploy-job.yml b/.github/workflows/reusable-deploy-job.yml index e9fcae7..6ce8885 100644 --- a/.github/workflows/reusable-deploy-job.yml +++ b/.github/workflows/reusable-deploy-job.yml @@ -69,7 +69,7 @@ jobs: - run: npm i -g serverless - name: Download built dist and lib - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: dist-and-lib path: packages diff --git a/.github/workflows/reusable-e2e-test-job.yml b/.github/workflows/reusable-e2e-test-job.yml index 3029ddd..1f2a9a4 100644 --- a/.github/workflows/reusable-e2e-test-job.yml +++ b/.github/workflows/reusable-e2e-test-job.yml @@ -30,7 +30,7 @@ jobs: key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}-in-${{ github.ref_name }} - name: Download built dist and lib - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: dist-and-lib path: packages diff --git a/.github/workflows/reusable-test-job.yml b/.github/workflows/reusable-test-job.yml index 2e7f347..cb06e8c 100644 --- a/.github/workflows/reusable-test-job.yml +++ b/.github/workflows/reusable-test-job.yml @@ -83,7 +83,7 @@ jobs: key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}-in-${{ github.ref_name }} - name: Download built dist and lib - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: dist-and-lib path: packages