diff --git a/.github/workflows/esp32_build.yml b/.github/workflows/esp32_build.yml index c2e2fc9..b8b989e 100644 --- a/.github/workflows/esp32_build.yml +++ b/.github/workflows/esp32_build.yml @@ -24,7 +24,7 @@ jobs: run: platformio run - name: Archive production artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: dist-firmware ${{ matrix.os }} path: |