diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a7ebdc0..23291aac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: run: platformio run -e ${{ matrix.environment }} - name: Upload Firmware Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: firmware-${{ matrix.environment }} path: |