mirror of
https://github.com/actions/upload-artifact.git
synced 2026-04-26 15:57:44 +03:00
Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ecad7d075a | |||
| d98d64e93c | |||
| 7a0d660bb4 | |||
| 8ff8536f53 | |||
| ec2bffb9a3 | |||
| 4468087b90 | |||
| 67907d146a | |||
| 5f666fe734 | |||
| 2b7f1fa107 | |||
| f9c2bccafb | |||
| d6471ef5ac | |||
| 69cf2970dc | |||
| 8b0c777732 | |||
| 105e65a6d9 | |||
| 261c7341e7 | |||
| 484b09cf31 |
Generated
+1
-1
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: "@actions/artifact"
|
||||
version: 1.1.0
|
||||
version: 1.0.0
|
||||
type: npm
|
||||
summary:
|
||||
homepage:
|
||||
|
||||
Generated
+1
-1
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: "@actions/core"
|
||||
version: 1.10.0
|
||||
version: 1.2.6
|
||||
type: npm
|
||||
summary: Actions core lib
|
||||
homepage: https://github.com/actions/toolkit/tree/main/packages/core
|
||||
|
||||
Vendored
+810
-2512
File diff suppressed because it is too large
Load Diff
Generated
+5579
-100
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.1.0",
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/artifact": "^1.0.0",
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/glob": "^0.1.0",
|
||||
"@actions/io": "^1.0.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user