From c8edea59629f1564ef1cdcf316d85fc561caf781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 22:19:32 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 43b3b569..c87176d1 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -322,7 +322,7 @@ jobs: core.exportVariable('VERSION', version); - name: 📥 Download - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v8 - name: 📇 Zip run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12feeca8..59d3a639 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: pull-requests: write steps: - name: 📥 Download test report - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v8 with: name: test-report - name: ⚗️ Publish Unit Test Results