revert back to @actions/artifact 2.1.8

This commit is contained in:
Rob Herley
2024-08-06 10:23:43 -04:00
parent 89ef406dd8
commit 73a0b9c954
5 changed files with 69 additions and 65 deletions

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "4.3.5",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^2.1.9",
"@actions/artifact": "2.1.8",
"@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.9",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.9.tgz",
"integrity": "sha512-f9JXC9JrwramDRJHZiIOKJo3PGw/V3riYegLj5kHi8YEJ2k72TNUd1zDW1BG50ILnzJ0cp1faDVJ2pSdolRQfg==",
"version": "2.1.8",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.8.tgz",
"integrity": "sha512-kxgbllgF5f6mEdMeSW6WXlUbV1U77V9ECpA7LOYaY+Tm6RfXOm36EdXbpm+T9VPeaVqXK4QHLAgqay9GSyClgw==",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
@ -7902,9 +7902,9 @@
},
"dependencies": {
"@actions/artifact": {
"version": "2.1.9",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.9.tgz",
"integrity": "sha512-f9JXC9JrwramDRJHZiIOKJo3PGw/V3riYegLj5kHi8YEJ2k72TNUd1zDW1BG50ILnzJ0cp1faDVJ2pSdolRQfg==",
"version": "2.1.8",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-2.1.8.tgz",
"integrity": "sha512-kxgbllgF5f6mEdMeSW6WXlUbV1U77V9ECpA7LOYaY+Tm6RfXOm36EdXbpm+T9VPeaVqXK4QHLAgqay9GSyClgw==",
"requires": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",