diff --git a/.github/workflows/build-platformio.yml b/.github/workflows/build-platformio.yml index 5fc8717..636d9b6 100644 --- a/.github/workflows/build-platformio.yml +++ b/.github/workflows/build-platformio.yml @@ -80,7 +80,7 @@ jobs: pio run --environment ${{ matrix.board }} - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ${{ env.this_product }}-${{ matrix.board }}-${{ env.iotsa_ref }}.bin path: .pio/build/${{ matrix.board }}/firmware.bin \ No newline at end of file