Prepare for new release of actions/upload-artifact with new toolkit cache version

This commit is contained in:
Salman Chishti
2025-03-19 05:38:34 -07:00
parent 4cec3d8aa0
commit 08396203c1
6 changed files with 811 additions and 70 deletions

View File

@ -1,6 +1,6 @@
{
"name": "upload-artifact",
"version": "4.6.1",
"version": "4.6.2",
"description": "Upload an Actions Artifact in a workflow run",
"main": "dist/upload/index.js",
"scripts": {
@ -29,7 +29,7 @@
},
"homepage": "https://github.com/actions/upload-artifact#readme",
"dependencies": {
"@actions/artifact": "^2.2.2",
"@actions/artifact": "^2.3.2",
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@actions/glob": "^0.5.0",