bump @actions/artifact to v2.1.9

This commit is contained in:
Rob Herley 2024-08-01 15:46:49 -04:00
parent 0b2256b8c0
commit e445c64bc2
No known key found for this signature in database
GPG key ID: D1602042C3543B06
4 changed files with 67 additions and 71 deletions

18
package-lock.json generated
View file

@ -1,15 +1,15 @@
{
"name": "upload-artifact",
"version": "4.3.4",
"version": "4.3.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "upload-artifact",
"version": "4.3.4",
"version": "4.3.5",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^2.1.8",
"@actions/artifact": "^2.1.9",
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@actions/glob": "^0.3.0",
@ -34,9 +34,9 @@
}
},
"node_modules/@actions/artifact": {
"version": "2.1.8",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.8.tgz",
"integrity": "sha512-kxgbllgF5f6mEdMeSW6WXlUbV1U77V9ECpA7LOYaY+Tm6RfXOm36EdXbpm+T9VPeaVqXK4QHLAgqay9GSyClgw==",
"version": "2.1.9",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.9.tgz",
"integrity": "sha512-f9JXC9JrwramDRJHZiIOKJo3PGw/V3riYegLj5kHi8YEJ2k72TNUd1zDW1BG50ILnzJ0cp1faDVJ2pSdolRQfg==",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
@ -7902,9 +7902,9 @@
},
"dependencies": {
"@actions/artifact": {
"version": "2.1.8",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.8.tgz",
"integrity": "sha512-kxgbllgF5f6mEdMeSW6WXlUbV1U77V9ECpA7LOYaY+Tm6RfXOm36EdXbpm+T9VPeaVqXK4QHLAgqay9GSyClgw==",
"version": "2.1.9",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.9.tgz",
"integrity": "sha512-f9JXC9JrwramDRJHZiIOKJo3PGw/V3riYegLj5kHi8YEJ2k72TNUd1zDW1BG50ILnzJ0cp1faDVJ2pSdolRQfg==",
"requires": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",