From cd47c0fbc95273f3a63a4b1bbdffdec04f9429f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 00:43:57 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 6 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...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/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 99dc2e3..7f0b91a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: octoprint: ["main", "dev"] steps: - name: ⬇ Download build result - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: dist path: dist @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⬇ Download build result - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: dist path: dist @@ -104,7 +104,7 @@ jobs: id-token: write steps: - name: ⬇ Download build result - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: dist path: dist @@ -129,7 +129,7 @@ jobs: id-token: write steps: - name: ⬇ Download build result - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: dist path: dist