1
0
mirror of https://github.com/actions/download-artifact.git synced 2025-12-06 09:47:49 +01:00

Upgrade @actions/core to 1.10.0 for v2 (#210)

* Upgrade @actions/core to 1.10.0

* update dist/index.js
This commit is contained in:
Francesco Renzi
2023-03-08 21:06:44 +00:00
committed by GitHub
parent f023be2c48
commit cbed621e49
3 changed files with 2088 additions and 40 deletions

View File

@@ -29,7 +29,7 @@
"homepage": "https://github.com/actions/download-artifact#readme",
"dependencies": {
"@actions/artifact": "^0.6.0",
"@actions/core": "^1.2.6"
"@actions/core": "^1.10.0"
},
"devDependencies": {
"@types/node": "^12.12.6",