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