From 091597bcab795d8dc6b85dcdc834b57f6b815c1b Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 11 Oct 2022 18:29:40 +0200 Subject: [PATCH 1/2] upload-artifact@v3 --- .github/workflows/build_all_the_things.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 From 2e6ec47273a82182cf47d41956fa30ecd8645a9c Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 11 Oct 2022 18:31:35 +0200 Subject: [PATCH 2/2] upload-artifact@v3 --- .github/workflows/Tasmota_build_devel.yml | 4 ++-- .github/workflows/Tasmota_build_master.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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