fix: use upload-artifact v3 for Gitea compatibility
Some checks failed
OTA build / build-ota (push) Failing after 2m9s

This commit is contained in:
Hermes
2026-08-30 14:43:21 -05:00
parent f106fe5386
commit 83c132434c

View File

@@ -50,9 +50,8 @@ jobs:
find dist/ota -maxdepth 1 -type f | sort find dist/ota -maxdepth 1 -type f | sort
- name: Upload direct OTA files as artifacts - name: Upload direct OTA files as artifacts
uses: actions/upload-artifact@v7 uses: actions/upload-artifact@v3
with: with:
name: ota-files name: ota-files
path: dist/ota/* path: dist/ota/*
if-no-files-found: error if-no-files-found: error
archive: false