Compare commits

..

1 Commits

Author SHA1 Message Date
Rob Herley 9b6a206e1c
build w/ @actions/artifact v2.1.9 2024-07-31 10:18:17 -04:00
4 changed files with 201781 additions and 186515 deletions

194879
dist/merge/index.js vendored

File diff suppressed because one or more lines are too long

193377
dist/upload/index.js vendored

File diff suppressed because one or more lines are too long

6
package-lock.json generated
View File

@ -1,15 +1,15 @@
{
"name": "upload-artifact",
"version": "4.3.6",
"version": "4.3.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "upload-artifact",
"version": "4.3.6",
"version": "4.3.4",
"license": "MIT",
"dependencies": {
"@actions/artifact": "2.1.8",
"@actions/artifact": "^2.1.8",
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@actions/glob": "^0.3.0",

View File

@ -1,6 +1,6 @@
{
"name": "upload-artifact",
"version": "4.3.6",
"version": "4.3.4",
"description": "Upload an Actions Artifact in a workflow run",
"main": "dist/upload/index.js",
"scripts": {
@ -29,7 +29,7 @@
},
"homepage": "https://github.com/actions/upload-artifact#readme",
"dependencies": {
"@actions/artifact": "2.1.8",
"@actions/artifact": "^2.1.9",
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@actions/glob": "^0.3.0",