From 5d6387add3c342ea4bf448626440cc1438e93163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 08:05:18 +0000 Subject: [PATCH] :arrow_up: Bump actions/download-artifact from 7.0.0 to 8.0.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7.0.0...v8.0.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-client.yml b/.github/workflows/update-client.yml index 1f7da29d..a1b2c090 100644 --- a/.github/workflows/update-client.yml +++ b/.github/workflows/update-client.yml @@ -79,7 +79,7 @@ jobs: with: ref: ${{ inputs.branch || github.head_ref || github.ref }} - name: Download all-service-flat artefact - uses: actions/download-artifact@v7.0.0 + uses: actions/download-artifact@v8.0.1 with: name: all-service-flat path: all-service-definition