From 1c2209320e9f2a5a6307db7d50fbd2bdb4ffb6b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:25:23 +0000 Subject: [PATCH] build(deps): 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/firmware.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firmware.yml b/.github/workflows/firmware.yml index 1bff02da4..bdc120ec3 100644 --- a/.github/workflows/firmware.yml +++ b/.github/workflows/firmware.yml @@ -72,7 +72,7 @@ jobs: submodules: false - name: '🤌 Download artifacts' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: firmware path: firmware @@ -117,7 +117,7 @@ jobs: submodules: false - name: '🤌 Download artifacts' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: firmware path: firmware