From 4ed9f4bfda757fe6fd89e9a0b3d1c3611f195bc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 04:43:42 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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 5f544bf..d4bbb64 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@v5 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@v5 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@v5 with: name: dist path: dist