Compare commits

..

4 Commits

Author SHA1 Message Date
eggyhead
18bf333cd2
Merge pull request #562 from actions/eggyhead/update-artifact-v215
updating `@actions/artifact` dependency to v2.1.5 and `@actions/core` to v1.0.1
2024-04-17 15:05:29 -07:00
eggyhead
dac413befa update package lock version 2024-04-17 21:24:58 +00:00
eggyhead
bb3b4a3cdb updating package version 2024-04-17 20:38:47 +00:00
eggyhead
3e3da837d2 updating artifact and core dependencies 2024-04-17 17:00:25 +00:00
6 changed files with 38772 additions and 32026 deletions

Binary file not shown.

Binary file not shown.

33901
dist/merge/index.js vendored

File diff suppressed because it is too large Load Diff

35755
dist/upload/index.js vendored

File diff suppressed because it is too large Load Diff

1132
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "upload-artifact", "name": "upload-artifact",
"version": "4.3.0", "version": "4.3.1",
"description": "Upload an Actions Artifact in a workflow run", "description": "Upload an Actions Artifact in a workflow run",
"main": "dist/upload/index.js", "main": "dist/upload/index.js",
"scripts": { "scripts": {
@ -29,8 +29,8 @@
}, },
"homepage": "https://github.com/actions/upload-artifact#readme", "homepage": "https://github.com/actions/upload-artifact#readme",
"dependencies": { "dependencies": {
"@actions/artifact": "^2.1.1", "@actions/artifact": "^2.1.5",
"@actions/core": "^1.10.0", "@actions/core": "^1.10.1",
"@actions/github": "^6.0.0", "@actions/github": "^6.0.0",
"@actions/glob": "^0.3.0", "@actions/glob": "^0.3.0",
"@actions/io": "^1.1.2", "@actions/io": "^1.1.2",