1
0
Fork 0
mirror of https://code.forgejo.org/actions/download-artifact synced 2025-06-07 20:48:21 +02:00

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",
"version": "4.2.0",
"version": "4.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "download-artifact",
"version": "4.2.0",
"version": "4.3.0",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^2.3.2",

View file

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