prep for v4.3.0 release

This commit is contained in:
Rob Herley 2025-04-24 11:21:41 -04:00
parent 77454371a4
commit fc02353415
No known key found for this signature in database
GPG Key ID: D1602042C3543B06
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "download-artifact", "name": "download-artifact",
"version": "4.2.0", "version": "4.3.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "download-artifact", "name": "download-artifact",
"version": "4.2.0", "version": "4.3.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/artifact": "^2.3.2", "@actions/artifact": "^2.3.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "download-artifact", "name": "download-artifact",
"version": "4.2.0", "version": "4.3.0",
"description": "Download an Actions Artifact from a workflow run", "description": "Download an Actions Artifact from a workflow run",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {