Compare commits

...

6 Commits

Author SHA1 Message Date
Jonathan Tamsut d6471ef5ac bump upload-artifact package version 2022-03-01 14:40:20 -08:00
Jonathan Tamsut 69cf2970dc bump license number 2022-03-01 14:36:08 -08:00
Jonathan Tamsut 8b0c777732 upgrade to v3 2022-03-01 13:19:18 -08:00
Jonathan Tamsut 105e65a6d9 update actions/artifact package 2022-03-01 13:11:25 -08:00
Jonathan Tamsut 261c7341e7 regenerate package lock 2022-03-01 13:03:01 -08:00
Jonathan Tamsut 484b09cf31 update lockfileVersion 2022-03-01 10:48:20 -08:00
3 changed files with 9801 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
---
name: "@actions/artifact"
version: 0.6.1
version: 1.0.0
type: npm
summary:
homepage:
+9798 -5
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "upload-artifact",
"version": "2.0.1",
"version": "3.0.0",
"description": "Upload a build artifact that can be used by subsequent workflow steps",
"main": "dist/index.js",
"scripts": {
@@ -29,7 +29,7 @@
},
"homepage": "https://github.com/actions/upload-artifact#readme",
"dependencies": {
"@actions/artifact": "^0.6.1",
"@actions/artifact": "^1.0.0",
"@actions/core": "^1.2.6",
"@actions/glob": "^0.1.0",
"@actions/io": "^1.0.2"