mirror of
https://github.com/actions/upload-artifact.git
synced 2026-04-26 15:57:44 +03:00
Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 83fd05a356 | |||
| 3cea537223 | |||
| 849aa7758a | |||
| 4d3986961d | |||
| 2e0d362ec5 | |||
| 09a5d6a283 | |||
| 189315d910 | |||
| d159c2d80b | |||
| c26a7ba4b5 | |||
| 6ed6c72922 | |||
| 2aeee267b2 | |||
| 0e2226cf92 | |||
| f29a5d04a6 |
Generated
+1
-1
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: "@actions/artifact"
|
||||
version: 1.0.0
|
||||
version: 1.1.0
|
||||
type: npm
|
||||
summary:
|
||||
homepage:
|
||||
|
||||
Generated
+1
-1
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: "@actions/core"
|
||||
version: 1.2.6
|
||||
version: 1.10.0
|
||||
type: npm
|
||||
summary: Actions core lib
|
||||
homepage: https://github.com/actions/toolkit/tree/main/packages/core
|
||||
|
||||
Vendored
+2513
-811
File diff suppressed because it is too large
Load Diff
Generated
+100
-5579
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -29,8 +29,8 @@
|
||||
},
|
||||
"homepage": "https://github.com/actions/upload-artifact#readme",
|
||||
"dependencies": {
|
||||
"@actions/artifact": "^1.0.0",
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/artifact": "^1.1.0",
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/glob": "^0.1.0",
|
||||
"@actions/io": "^1.0.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user