From f2cab7143ded2dadf4b83017d41af7b0940306d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 03:03:09 +0000 Subject: [PATCH] build(deps): 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/deploy.yml | 6 +++--- .github/workflows/test.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cb45154f412..a6c07792f89 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -82,7 +82,7 @@ jobs: id-token: write steps: - name: Download Package - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: Packages path: dist @@ -121,13 +121,13 @@ jobs: contents: write steps: - name: Download Package - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: Packages path: dist - name: Download release notes - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: release-notes path: . diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 59eda632959..478b189ae83 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -257,7 +257,7 @@ jobs: persist-credentials: false - name: Download Package - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: Packages path: dist