From d3941ad7852c0ecff26144f32989b3d9882ed4be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 01:22:42 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 8.0.0 to 8.0.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v8.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-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/_meta-build.yaml | 2 +- .github/workflows/ci-publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_meta-build.yaml b/.github/workflows/_meta-build.yaml index a1d0309a4..22732f85c 100644 --- a/.github/workflows/_meta-build.yaml +++ b/.github/workflows/_meta-build.yaml @@ -60,7 +60,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Download Artifacts - uses: actions/download-artifact@v8.0.0 + uses: actions/download-artifact@v8.0.1 with: name: assembled-frontend diff --git a/.github/workflows/ci-publish.yaml b/.github/workflows/ci-publish.yaml index 74f6e4172..57f2ad8fc 100644 --- a/.github/workflows/ci-publish.yaml +++ b/.github/workflows/ci-publish.yaml @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Download Artifacts - uses: actions/download-artifact@v8.0.0 + uses: actions/download-artifact@v8.0.1 with: name: assembled-frontend