mirror of
https://github.com/actions/upload-artifact.git
synced 2026-04-04 10:09:24 +00:00
Support direct file uploads (#764)
Some checks failed
Code scanning - action / CodeQL-Build (push) Has been cancelled
Licensed / Check licenses (push) Has been cancelled
Check dist/ / check-dist (push) Has been cancelled
Test Proxy / test-proxy-upload (push) Has been cancelled
Test / Build (push) Has been cancelled
Test / Upload HTML Report (push) Has been cancelled
Test / Merge (push) Has been cancelled
Test / Cleanup Artifacts (push) Has been cancelled
Some checks failed
Code scanning - action / CodeQL-Build (push) Has been cancelled
Licensed / Check licenses (push) Has been cancelled
Check dist/ / check-dist (push) Has been cancelled
Test Proxy / test-proxy-upload (push) Has been cancelled
Test / Build (push) Has been cancelled
Test / Upload HTML Report (push) Has been cancelled
Test / Merge (push) Has been cancelled
Test / Cleanup Artifacts (push) Has been cancelled
* 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:
parent
589182c5a4
commit
bbbca2ddaa
10 changed files with 242 additions and 14 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue