1
Fork 0
mirror of https://gitea.com/actions/upload-artifact.git synced 2024-11-23 00:55:58 +01:00

Update verion #

This commit is contained in:
Konrad Pabjan 2020-05-15 23:58:05 +02:00
parent a3ada505b2
commit da7c79aa2f
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "upload-artifact",
"version": "2.0.0",
"version": "2.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "upload-artifact",
"version": "2.0.0",
"version": "2.0.1",
"description": "Upload a build artifact that can be used by subsequent workflow steps",
"main": "dist/index.js",
"scripts": {