From 9cc0913bf6e064bd1250f531328bd3c411ab2356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 07:41:18 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...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/docker.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7917cda..03bc1ed 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -141,7 +141,7 @@ jobs: needs: cicd-linux-docker steps: - name: Download app archive - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v8 with: name: artifact-linux-docker diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f15bf4c..905f686 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: uses: actions/checkout@v4 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: artifacts merge-multiple: true