mirror of
https://github.com/actions/upload-artifact.git
synced 2024-11-30 21:12:25 +08:00
Compare commits
No commits in common. "18bf333cd2249fbbbdb605fd9d9ed57efd7adf34" and "e35774f165aac0e3b0c8273137b1845a2ac8c5f1" have entirely different histories.
18bf333cd2
...
e35774f165
BIN
.licenses/npm/@actions/artifact.dep.yml
generated
BIN
.licenses/npm/@actions/artifact.dep.yml
generated
Binary file not shown.
BIN
.licenses/npm/@actions/core.dep.yml
generated
BIN
.licenses/npm/@actions/core.dep.yml
generated
Binary file not shown.
33801
dist/merge/index.js
vendored
33801
dist/merge/index.js
vendored
File diff suppressed because it is too large
Load Diff
35655
dist/upload/index.js
vendored
35655
dist/upload/index.js
vendored
File diff suppressed because it is too large
Load Diff
1134
package-lock.json
generated
1134
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "upload-artifact",
|
||||
"version": "4.3.1",
|
||||
"version": "4.3.0",
|
||||
"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.5",
|
||||
"@actions/core": "^1.10.1",
|
||||
"@actions/artifact": "^2.1.1",
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/github": "^6.0.0",
|
||||
"@actions/glob": "^0.3.0",
|
||||
"@actions/io": "^1.1.2",
|
||||
|
Loading…
Reference in New Issue
Block a user