From 34ed83fa9c9daf5bcf361ca219a024ba87976b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 11:18:28 +0530 Subject: [PATCH] chore(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 (#35247) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/server-tests.yml | 2 +- .github/workflows/ui-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index 98c297c3ee..3c4438f4b7 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml @@ -71,7 +71,7 @@ jobs: - name: Clone uses: actions/checkout@v6 - name: Download artifacts - uses: actions/download-artifact@v6.0.0 + uses: actions/download-artifact@v7.0.0 - name: Upload coverage data uses: codecov/codecov-action@v5 with: diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 520b1cb794..2f9d5ff4da 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -57,7 +57,7 @@ jobs: - name: Clone uses: actions/checkout@v6 - name: Download artifacts - uses: actions/download-artifact@v6.0.0 + uses: actions/download-artifact@v7.0.0 - name: Upload python coverage data uses: codecov/codecov-action@v5 with: