diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index 624e20999..8d28111df 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -66,7 +66,7 @@ jobs: pip install -U platformio - name: Run PlatformIO run: platformio run -e ${{ matrix.variant }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: firmware path: ./build_output @@ -91,7 +91,7 @@ jobs: pip install -U platformio - name: Run PlatformIO run: platformio run -e ${{ matrix.variant }}-${{ matrix.language }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: firmware path: ./build_output diff --git a/.github/workflows/Tasmota_build_master.yml b/.github/workflows/Tasmota_build_master.yml index 05ecee2ad..09029cd29 100644 --- a/.github/workflows/Tasmota_build_master.yml +++ b/.github/workflows/Tasmota_build_master.yml @@ -65,7 +65,7 @@ jobs: pip install -U platformio - name: Run PlatformIO run: platformio run -e ${{ matrix.variant }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: firmware path: ./build_output @@ -90,7 +90,7 @@ jobs: pip install -U platformio - name: Run PlatformIO run: platformio run -e ${{ matrix.variant }}-${{ matrix.language }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: firmware path: ./build_output diff --git a/.github/workflows/build_all_the_things.yml b/.github/workflows/build_all_the_things.yml index 4626722af..ae8e7e1eb 100644 --- a/.github/workflows/build_all_the_things.yml +++ b/.github/workflows/build_all_the_things.yml @@ -38,7 +38,7 @@ jobs: #platformio update - name: Run PlatformIO run: platformio run -e ${{ matrix.variant }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: firmware path: ./build_output @@ -64,7 +64,7 @@ jobs: #platformio update - name: Run PlatformIO run: platformio run -e ${{ matrix.variant }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: firmware path: ./build_output @@ -121,7 +121,7 @@ jobs: #platformio update - name: Run PlatformIO run: platformio run -e ${{ matrix.variant }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: firmware path: ./build_output @@ -147,7 +147,7 @@ jobs: #platformio update - name: Run PlatformIO run: platformio run -e ${{ matrix.variant }}-${{ matrix.language }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: firmware path: ./build_output