Skip to content

Commit 373720b

Browse files
chore(deps): update dependency @actions/artifact to v5.0.3
1 parent d408b36 commit 373720b

2 files changed

Lines changed: 17 additions & 7 deletions

File tree

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"waitForAllReleases": "yarn runScript ci/codegen/waitForAllReleases.ts"
1919
},
2020
"devDependencies": {
21-
"@actions/artifact": "5.0.2",
21+
"@actions/artifact": "5.0.3",
2222
"@actions/core": "2.0.2",
2323
"@actions/exec": "2.0.0",
2424
"@actions/io": "2.0.0",

yarn.lock

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ __metadata:
55
version: 8
66
cacheKey: 10
77

8-
"@actions/artifact@npm:5.0.2":
9-
version: 5.0.2
10-
resolution: "@actions/artifact@npm:5.0.2"
8+
"@actions/artifact@npm:5.0.3":
9+
version: 5.0.3
10+
resolution: "@actions/artifact@npm:5.0.3"
1111
dependencies:
1212
"@actions/core": "npm:^2.0.0"
1313
"@actions/github": "npm:^6.0.1"
14-
"@actions/http-client": "npm:^3.0.1"
14+
"@actions/http-client": "npm:^3.0.2"
1515
"@azure/storage-blob": "npm:^12.29.1"
1616
"@octokit/core": "npm:^5.2.1"
1717
"@octokit/plugin-request-log": "npm:^1.0.4"
@@ -22,7 +22,7 @@ __metadata:
2222
archiver: "npm:^7.0.1"
2323
jwt-decode: "npm:^3.1.2"
2424
unzip-stream: "npm:^0.3.1"
25-
checksum: 10/c712842af195b89a41ffc0445aa887ff671d95e8596598f82bedab2ee3b98f309b7c076bb5284187527aec667faf24ea2b909079d0fdc60d81f4e39947253343
25+
checksum: 10/eda1744afabd3bb7ab7010acd732ad3d6411002d8176a58f4c210a22f4a8fdb396225228fd8c81b30b86aaed2dc7b279fe22a44ae71220540fbaaa4fd117c2a6
2626
languageName: node
2727
linkType: hard
2828

@@ -80,6 +80,16 @@ __metadata:
8080
languageName: node
8181
linkType: hard
8282

83+
"@actions/http-client@npm:^3.0.2":
84+
version: 3.0.2
85+
resolution: "@actions/http-client@npm:3.0.2"
86+
dependencies:
87+
tunnel: "npm:^0.0.6"
88+
undici: "npm:^6.23.0"
89+
checksum: 10/36431245545cd54e2e2b25b333732801a904170a426cdcb6611423b9da70daeba2742d7258e7fb5a370e216082d3a416d04f47ea810d5e9d6cda8e6928466079
90+
languageName: node
91+
linkType: hard
92+
8393
"@actions/io@npm:2.0.0, @actions/io@npm:^2.0.0":
8494
version: 2.0.0
8595
resolution: "@actions/io@npm:2.0.0"
@@ -8597,7 +8607,7 @@ __metadata:
85978607
version: 0.0.0-use.local
85988608
resolution: "scripts@workspace:scripts"
85998609
dependencies:
8600-
"@actions/artifact": "npm:5.0.2"
8610+
"@actions/artifact": "npm:5.0.3"
86018611
"@actions/core": "npm:2.0.2"
86028612
"@actions/exec": "npm:2.0.0"
86038613
"@actions/io": "npm:2.0.0"

0 commit comments

Comments
 (0)