diff --git a/.gitea/workflows/ota-build.yml b/.gitea/workflows/ota-build.yml index a8776c1..8c19b05 100644 --- a/.gitea/workflows/ota-build.yml +++ b/.gitea/workflows/ota-build.yml @@ -50,9 +50,8 @@ jobs: find dist/ota -maxdepth 1 -type f | sort - name: Upload direct OTA files as artifacts - uses: actions/upload-artifact@v7 + uses: actions/upload-artifact@v3 with: name: ota-files path: dist/ota/* if-no-files-found: error - archive: false