Support direct file uploads (#764)
Some checks are pending
Check dist/ / check-dist (push) Waiting to run
Code scanning - action / CodeQL-Build (push) Waiting to run
Licensed / Check licenses (push) Waiting to run
Test Proxy / test-proxy-upload (push) Waiting to run
Test / Build (push) Waiting to run
Test / Build-1 (push) Waiting to run
Test / Build-2 (push) Waiting to run
Test / Upload HTML Report (push) Waiting to run
Test / Merge (push) Blocked by required conditions
Test / Cleanup Artifacts (push) Blocked by required conditions

* Cache licenses

* Bump minimatch to 10.1.1

* Try fixing licenced issues

* More licensed fixes

* Support direct file uploads

* Add CI tests for direct uploads

* Use download-artifact@main temporarily

* CI: clean up artifacts on successful runs

* Use script v8

* Fix some issues with the cleanup

* Add unit tests

* Clarify naming
This commit is contained in:
Daniel Kennedy 2026-02-25 16:04:27 -05:00 committed by GitHub
parent 589182c5a4
commit bbbca2ddaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 242 additions and 14 deletions

2
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "7.0.0",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^6.1.0",
"@actions/artifact": "^6.2.0",
"@actions/core": "^3.0.0",
"@actions/github": "^9.0.0",
"@actions/glob": "^0.6.1",