From 40f7cfba4c8323274eaf453b1d7bb064ff3a5526 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 11 Oct 2022 18:48:39 +0200 Subject: [PATCH] download-artifact@v3 --- .github/workflows/Tasmota_build_devel.yml | 2 +- .github/workflows/Tasmota_build_master.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index 8d28111df..2bbc4fc66 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -101,7 +101,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: true steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: firmware path: ./mv_firmware diff --git a/.github/workflows/Tasmota_build_master.yml b/.github/workflows/Tasmota_build_master.yml index 09029cd29..f2f07a772 100644 --- a/.github/workflows/Tasmota_build_master.yml +++ b/.github/workflows/Tasmota_build_master.yml @@ -101,7 +101,7 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v3 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: firmware path: ./mv_firmware