fix: use upload-artifact v3 for Gitea compatibility
All checks were successful
OTA build / build-ota (push) Successful in 2m13s
All checks were successful
OTA build / build-ota (push) Successful in 2m13s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user