updating package version

This commit is contained in:
Your Name 2024-04-22 08:10:47 -07:00
parent c004fb4bf6
commit 65462800fd
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "upload-artifact",
"version": "4.3.2",
"version": "4.3.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "upload-artifact",
"version": "4.3.2",
"version": "4.3.3",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^2.1.6",

View File

@ -1,6 +1,6 @@
{
"name": "upload-artifact",
"version": "4.3.2",
"version": "4.3.3",
"description": "Upload an Actions Artifact in a workflow run",
"main": "dist/upload/index.js",
"scripts": {