Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @actions/artifact to v2.1.8 #3312

Merged
merged 2 commits into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/ci/actions/restore-artifacts/builddir/index.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"waitForAllReleases": "NODE_NO_WARNINGS=1 node dist/scripts/ci/codegen/waitForAllReleases.js"
},
"devDependencies": {
"@actions/artifact": "2.1.7",
"@actions/artifact": "2.1.8",
"@actions/core": "1.10.1",
"@actions/exec": "1.1.1",
"@actions/io": "1.1.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ __metadata:
version: 8
cacheKey: 10

"@actions/artifact@npm:2.1.7":
version: 2.1.7
resolution: "@actions/artifact@npm:2.1.7"
"@actions/artifact@npm:2.1.8":
version: 2.1.8
resolution: "@actions/artifact@npm:2.1.8"
dependencies:
"@actions/core": "npm:^1.10.0"
"@actions/github": "npm:^5.1.1"
Expand All @@ -23,7 +23,7 @@ __metadata:
jwt-decode: "npm:^3.1.2"
twirp-ts: "npm:^2.5.0"
unzip-stream: "npm:^0.3.1"
checksum: 10/6777da8dbc9e8603e709bca0d00cf5c7dc2e228585fc8f83a37cabc4d1ecfd729e180a67a266e6dbd611fccdc6d7f380514ca388ef114f61638057f274263543
checksum: 10/7d4c34a42ed43fa00aa0905d398cedf9454b3d70a6d2af9ef809df89922ae911b97a617fa3136e26bcc1cfd8a7a52edb49d358358a3e2412c4f6b2a2a859545f
languageName: node
linkType: hard

Expand Down Expand Up @@ -11998,7 +11998,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "scripts@workspace:scripts"
dependencies:
"@actions/artifact": "npm:2.1.7"
"@actions/artifact": "npm:2.1.8"
"@actions/core": "npm:1.10.1"
"@actions/exec": "npm:1.1.1"
"@actions/io": "npm:1.1.3"
Expand Down
Loading