mirror of
https://github.com/actions/upload-artifact.git
synced 2025-06-23 16:26:09 +02:00
update @actions/core and @actions/artifact to latest versions
This commit is contained in:
parent
3eadd8b791
commit
9f6f6f402e
5 changed files with 3045 additions and 188 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "upload-artifact",
|
||||
"version": "4.4.0",
|
||||
"version": "4.4.1",
|
||||
"description": "Upload an Actions Artifact in a workflow run",
|
||||
"main": "dist/upload/index.js",
|
||||
"scripts": {
|
||||
|
@ -29,8 +29,8 @@
|
|||
},
|
||||
"homepage": "https://github.com/actions/upload-artifact#readme",
|
||||
"dependencies": {
|
||||
"@actions/artifact": "2.1.8",
|
||||
"@actions/core": "^1.10.1",
|
||||
"@actions/artifact": "^2.1.10",
|
||||
"@actions/core": "^1.11.1",
|
||||
"@actions/github": "^6.0.0",
|
||||
"@actions/glob": "^0.5.0",
|
||||
"@actions/io": "^1.1.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue