From 8364fcda3a561c0354fd1086970357c4a730897a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 16:27:16 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 5 to 6 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/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 809b7555..0e63c818 100644 --- a/.github/workflows/reusable-deploy-job.yml +++ b/.github/workflows/reusable-deploy-job.yml @@ -68,7 +68,7 @@ jobs: - run: npm i -g osls - name: Download built dist and lib - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 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 9d1723d8..b66ea4bf 100644 --- a/.github/workflows/reusable-e2e-test-job.yml +++ b/.github/workflows/reusable-e2e-test-job.yml @@ -28,7 +28,7 @@ jobs: key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}-in-${{ github.ref_name }} - name: Download built dist and lib - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: dist-and-lib path: packages diff --git a/.github/workflows/reusable-test-job.yml b/.github/workflows/reusable-test-job.yml index 8aa699a5..e76d096e 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@v5 + uses: actions/download-artifact@v6 with: name: dist-and-lib path: packages