From 031a7e9c1c82d76f752669d24d51d7fc5da1e0bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:45:01 +0000 Subject: [PATCH] ci: 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/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46cc1f8..e8aeec4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,7 +180,7 @@ jobs: - name: Download lockfile if exists continue-on-error: true - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: lockfile @@ -248,7 +248,7 @@ jobs: uses: actions/checkout@v6 - name: Download built app - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build path: build @@ -326,7 +326,7 @@ jobs: uses: actions/checkout@v6 - name: Download built app - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build path: build