From 12e9563187c47486df5916f3854fe597988257f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:39:04 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... 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 90024d2..9406514 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.1.7 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.1.7 with: name: pixelit-firmware @@ -125,7 +125,7 @@ jobs: path: docs - name: Download artifacts 💾 - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 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.1.7 with: name: pixelit-webui path: webui