From 7ba84de5a3ca599976ffecee9135614298d15426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:19:26 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 31874ed..9109573 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -58,7 +58,7 @@ jobs: uses: actions/setup-python@v5 - name: Download WebUI artifacts 💾 - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: pixelit-webui path: pixelit-webui-artifact @@ -95,7 +95,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') steps: - name: Download artifacts 💾 - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: pixelit-firmware @@ -125,7 +125,7 @@ jobs: path: docs - name: Download artifacts 💾 - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: pixelit-firmware path: artifacts @@ -164,7 +164,7 @@ jobs: repository: "pixelit-project/WebUI" - name: Download artifacts 💾 - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: pixelit-webui path: webui