mirror of
				https://github.com/actions/download-artifact.git
				synced 2025-10-31 16:33:40 +00:00 
			
		
		
		
	Update @actions/artifact to version 0.6.0 (#123)
* Update @actions/artifact to version 0.6.0 * update artifact.dep.yml to use version 0.6.0
This commit is contained in:
		
							parent
							
								
									591af65465
								
							
						
					
					
						commit
						f023be2c48
					
				
							
								
								
									
										2
									
								
								.licenses/npm/@actions/artifact.dep.yml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								.licenses/npm/@actions/artifact.dep.yml
									
									
									
										generated
									
									
									
								
							| @ -1,6 +1,6 @@ | ||||
| --- | ||||
| name: "@actions/artifact" | ||||
| version: 0.5.2 | ||||
| version: 0.6.0 | ||||
| type: npm | ||||
| summary: Actions artifact lib | ||||
| homepage: https://github.com/actions/toolkit/tree/main/packages/artifact | ||||
|  | ||||
							
								
								
									
										1714
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1714
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										43
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										43
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -5,15 +5,14 @@ | ||||
|   "requires": true, | ||||
|   "dependencies": { | ||||
|     "@actions/artifact": { | ||||
|       "version": "0.5.2", | ||||
|       "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-0.5.2.tgz", | ||||
|       "integrity": "sha512-q/r8WSqyxBJ0ffLCRrtjCBTGnAYqP+ID4yG7f7YSlhrQ4thNg/d+Tq9f1YkLPKX46ZR97OWtGDY+oU/nxcqvLw==", | ||||
|       "version": "0.6.0", | ||||
|       "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-0.6.0.tgz", | ||||
|       "integrity": "sha512-o/rT5tJQEXn1mTJhbaNEhC7VO6gNHroDAcalxYSU4VJcrMhkMSBMc5uQ4Uvmdl+lc+Fa2EEzwzPLoYbrXKclGw==", | ||||
|       "requires": { | ||||
|         "@actions/core": "^1.2.6", | ||||
|         "@actions/http-client": "^1.0.11", | ||||
|         "@types/tmp": "^0.1.0", | ||||
|         "tmp": "^0.1.0", | ||||
|         "tmp-promise": "^2.0.2" | ||||
|         "tmp": "^0.2.1", | ||||
|         "tmp-promise": "^3.0.2" | ||||
|       } | ||||
|     }, | ||||
|     "@actions/core": { | ||||
| @ -105,11 +104,6 @@ | ||||
|       "integrity": "sha512-FjsYUPzEJdGXjwKqSpE0/9QEh6kzhTAeObA54rn6j3rR4C/mzpI9L0KNfoeASSPMMdxIsoJuCLDWcM/rVjIsSA==", | ||||
|       "dev": true | ||||
|     }, | ||||
|     "@types/tmp": { | ||||
|       "version": "0.1.0", | ||||
|       "resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.1.0.tgz", | ||||
|       "integrity": "sha512-6IwZ9HzWbCq6XoQWhxLpDjuADodH/MKXRUIDFudvgjcVdjFknvmR+DNsoUeer4XPrEnrZs04Jj+kfV9pFsrhmA==" | ||||
|     }, | ||||
|     "@typescript-eslint/eslint-plugin": { | ||||
|       "version": "4.11.1", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.11.1.tgz", | ||||
| @ -1894,6 +1888,7 @@ | ||||
|       "version": "2.6.3", | ||||
|       "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", | ||||
|       "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", | ||||
|       "dev": true, | ||||
|       "requires": { | ||||
|         "glob": "^7.1.3" | ||||
|       } | ||||
| @ -2117,19 +2112,29 @@ | ||||
|       "dev": true | ||||
|     }, | ||||
|     "tmp": { | ||||
|       "version": "0.1.0", | ||||
|       "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.1.0.tgz", | ||||
|       "integrity": "sha512-J7Z2K08jbGcdA1kkQpJSqLF6T0tdQqpR2pnSUXsIchbPdTI9v3e85cLW0d6WDhwuAleOV71j2xWs8qMPfK7nKw==", | ||||
|       "version": "0.2.1", | ||||
|       "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", | ||||
|       "integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", | ||||
|       "requires": { | ||||
|         "rimraf": "^2.6.3" | ||||
|         "rimraf": "^3.0.0" | ||||
|       }, | ||||
|       "dependencies": { | ||||
|         "rimraf": { | ||||
|           "version": "3.0.2", | ||||
|           "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", | ||||
|           "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", | ||||
|           "requires": { | ||||
|             "glob": "^7.1.3" | ||||
|           } | ||||
|         } | ||||
|       } | ||||
|     }, | ||||
|     "tmp-promise": { | ||||
|       "version": "2.1.1", | ||||
|       "resolved": "https://registry.npmjs.org/tmp-promise/-/tmp-promise-2.1.1.tgz", | ||||
|       "integrity": "sha512-Z048AOz/w9b6lCbJUpevIJpRpUztENl8zdv1bmAKVHimfqRFl92ROkmT9rp7TVBnrEw2gtMTol/2Cp2S2kJa4Q==", | ||||
|       "version": "3.0.3", | ||||
|       "resolved": "https://registry.npmjs.org/tmp-promise/-/tmp-promise-3.0.3.tgz", | ||||
|       "integrity": "sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==", | ||||
|       "requires": { | ||||
|         "tmp": "0.1.0" | ||||
|         "tmp": "^0.2.0" | ||||
|       } | ||||
|     }, | ||||
|     "to-regex-range": { | ||||
|  | ||||
| @ -28,7 +28,7 @@ | ||||
|   }, | ||||
|   "homepage": "https://github.com/actions/download-artifact#readme", | ||||
|   "dependencies": { | ||||
|     "@actions/artifact": "^0.5.2", | ||||
|     "@actions/artifact": "^0.6.0", | ||||
|     "@actions/core": "^1.2.6" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user