bump @actions/artifact and npm audit

This commit is contained in:
Rob Herley
2024-07-05 13:51:02 +00:00
committed by GitHub
parent 552bf3722c
commit 32a9e276a8
2 changed files with 31 additions and 31 deletions

View File

@ -1,6 +1,6 @@
{
"name": "upload-artifact",
"version": "4.3.3",
"version": "4.3.4",
"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.1.6",
"@actions/artifact": "^2.1.8",
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@actions/glob": "^0.3.0",