From e31fec8266fddcc3c7a573d74070fc4b50c1d7bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 03:03:15 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce775e5..b9c018b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: python: "3.8" steps: - name: ⬇ Download build result - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: dist path: dist @@ -100,7 +100,7 @@ jobs: url: https://test.pypi.org/p/OctoPrint-FileCheck steps: - name: ⬇ Download build result - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: dist path: dist @@ -125,7 +125,7 @@ jobs: url: https://pypi.org/p/OctoPrint-FileCheck steps: - name: ⬇ Download build result - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: dist path: dist