Skip to content

Commit b381f09

Browse files
build(deps): bump @actions/artifact from 2.3.1 to 2.3.2
Bumps [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) from 2.3.1 to 2.3.2. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/artifact) --- updated-dependencies: - dependency-name: "@actions/artifact" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 88374b9 commit b381f09

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"registry": "https://registry.npmjs.org/"
4646
},
4747
"dependencies": {
48-
"@actions/artifact": "^2.3.1",
48+
"@actions/artifact": "^2.3.2",
4949
"@actions/cache": "^4.0.2",
5050
"@actions/core": "^1.11.1",
5151
"@actions/exec": "^1.1.1",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ __metadata:
1212
languageName: node
1313
linkType: hard
1414

15-
"@actions/artifact@npm:^2.3.1":
16-
version: 2.3.1
17-
resolution: "@actions/artifact@npm:2.3.1"
15+
"@actions/artifact@npm:^2.3.2":
16+
version: 2.3.2
17+
resolution: "@actions/artifact@npm:2.3.2"
1818
dependencies:
1919
"@actions/core": ^1.10.0
2020
"@actions/github": ^5.1.1
@@ -28,7 +28,7 @@ __metadata:
2828
archiver: ^7.0.1
2929
jwt-decode: ^3.1.2
3030
unzip-stream: ^0.3.1
31-
checksum: 5d6f49069cdc12b8ec0bc0fe318a059f5e48dcaa85644ebda5501eb2ce8b773fa8efb8136a6683608c8d80204d5b2d55d91ff31d10550306ed58ebed46171231
31+
checksum: 78ee41b43800accb2f3527e1733217c43d53693e7f96ce2470b16890fb84f5c2ebaaa6048ccdb6cfe188b54c02779ec99623c6932558e757f6829cfde203cf2c
3232
languageName: node
3333
linkType: hard
3434

@@ -1106,7 +1106,7 @@ __metadata:
11061106
version: 0.0.0-use.local
11071107
resolution: "@docker/actions-toolkit@workspace:."
11081108
dependencies:
1109-
"@actions/artifact": ^2.3.1
1109+
"@actions/artifact": ^2.3.2
11101110
"@actions/cache": ^4.0.2
11111111
"@actions/core": ^1.11.1
11121112
"@actions/exec": ^1.1.1

0 commit comments

Comments
 (0)