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