Merge pull request #563 from actions/eggyhead/release-4.3.2

updating to release 4.3.2
This commit is contained in:
eggyhead 2024-04-18 08:13:48 -07:00 committed by GitHub
commit b06cde36fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.1",
"version": "4.3.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "upload-artifact",
"version": "4.3.1",
"version": "4.3.2",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^2.1.5",

View File

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