1
0
mirror of https://github.com/actions/upload-artifact.git synced 2026-02-26 05:32:32 +00:00

Bump the package version

This commit is contained in:
Daniel Kennedy
2026-02-25 13:13:12 -05:00
parent 56b3ba9990
commit 7d7cf5541f
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "upload-artifact",
"version": "6.0.0",
"version": "7.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "upload-artifact",
"version": "6.0.0",
"version": "7.0.0",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^6.1.0",

View File

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