mirror of
https://github.com/actions/upload-artifact.git
synced 2026-03-13 12:05:36 +00:00
Support direct file uploads (#764)
Some checks failed
Licensed / Check licenses (push) Successful in 50s
Test / Build (ubuntu-latest) (push) Failing after 1m15s
Check dist/ / check-dist (push) Successful in 1m34s
Test / Upload HTML Report (push) Failing after 1m29s
Test Proxy / test-proxy-upload (push) Failing after 1m43s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (windows-latest) (push) Has been cancelled
Test / Merge (push) Has been cancelled
Test / Cleanup Artifacts (push) Has been cancelled
Code scanning - action / CodeQL-Build (push) Failing after 35s
Some checks failed
Licensed / Check licenses (push) Successful in 50s
Test / Build (ubuntu-latest) (push) Failing after 1m15s
Check dist/ / check-dist (push) Successful in 1m34s
Test / Upload HTML Report (push) Failing after 1m29s
Test Proxy / test-proxy-upload (push) Failing after 1m43s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (windows-latest) (push) Has been cancelled
Test / Merge (push) Has been cancelled
Test / Cleanup Artifacts (push) Has been cancelled
Code scanning - action / CodeQL-Build (push) Failing after 35s
* 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:
@@ -33,7 +33,7 @@
|
||||
"node": ">=24"
|
||||
},
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user