mirror of
https://github.com/actions/upload-artifact.git
synced 2025-06-16 08:37:13 +02:00
Compare commits
16 Commits
v3.1.1
...
feature/up
Author | SHA1 | Date | |
---|---|---|---|
ecad7d075a | |||
d98d64e93c | |||
7a0d660bb4 | |||
8ff8536f53 | |||
ec2bffb9a3 | |||
4468087b90 | |||
67907d146a | |||
5f666fe734 | |||
2b7f1fa107 | |||
f9c2bccafb | |||
d6471ef5ac | |||
69cf2970dc | |||
8b0c777732 | |||
105e65a6d9 | |||
261c7341e7 | |||
484b09cf31 |
2
.licenses/npm/@actions/artifact.dep.yml
generated
2
.licenses/npm/@actions/artifact.dep.yml
generated
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: "@actions/artifact"
|
||||
version: 1.1.0
|
||||
version: 1.0.0
|
||||
type: npm
|
||||
summary:
|
||||
homepage:
|
||||
|
2
.licenses/npm/@actions/core.dep.yml
generated
2
.licenses/npm/@actions/core.dep.yml
generated
@ -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
|
||||
|
3322
dist/index.js
vendored
3322
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
5679
package-lock.json
generated
5679
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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