mirror of
https://github.com/actions/download-artifact.git
synced 2026-05-30 00:20:09 +08:00
Add regression tests for CJK characters (#471)
Licensed / Check licenses (push) Successful in 33s
Test / Build (ubuntu-latest) (push) Failing after 53s
Check dist/ / check-dist (push) Successful in 9m15s
Code scanning - action / CodeQL-Build (push) Failing after 24m41s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (windows-latest) (push) Has been cancelled
Licensed / Check licenses (push) Successful in 33s
Test / Build (ubuntu-latest) (push) Failing after 53s
Check dist/ / check-dist (push) Successful in 9m15s
Code scanning - action / CodeQL-Build (push) Failing after 24m41s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (windows-latest) (push) Has been cancelled
* Add regression tests for CJK characters * Dedupe the names and remove the ignored `name` param * Bump @actions/artifact to v6.2.1 * Run `npm run release` * Update licenses
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "download-artifact",
|
||||
"version": "8.0.0",
|
||||
"version": "8.0.1",
|
||||
"description": "Download an Actions Artifact from a workflow run",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
@@ -33,7 +33,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/actions/download-artifact#readme",
|
||||
"dependencies": {
|
||||
"@actions/artifact": "^6.1.0",
|
||||
"@actions/artifact": "^6.2.1",
|
||||
"@actions/core": "^3.0.0",
|
||||
"minimatch": "^10.1.1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user