chore: release v6.0.0 for Node.js 24 support

- Update to Node.js 24 runtime (runs.using: node24)
- Bump version to 6.0.0
- Update README with v6 release notes
- Rebuild dist
This commit is contained in:
Salman Muin Kayser Chishti
2025-12-12 17:31:54 +00:00
parent 017748b48f
commit 615b319bd2
3 changed files with 14 additions and 3 deletions

View File

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