From a38121f5263e40b0938a0f551a90c1a04d937421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:04:26 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 18b4177..7208d88 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -94,12 +94,12 @@ jobs: needs: [job_build_modulecode, job_build_controller_esp8266] steps: - name: Download artifact DIYBMS-Compiled-Controller-ESP8266 - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: DIYBMS-Compiled-Controller-ESP8266 - name: Download artifact DIYBMS-Compiled-Module - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: DIYBMS-Compiled-Module