Skip to content

Commit 2a41ea1

Browse files
lyzno1fengmk2
andauthored
ci: remove redundant release artifact download (#1445)
Remove an unconfigured `download-artifact` step from the release build matrix. Without `name`, `pattern`, or `path`, the action downloads all current-run artifacts into the workspace. The build job does not consume those artifacts, so this only adds unnecessary API/network/disk work and can leave unrelated files in the checkout. Co-authored-by: MK (fengmk2) <fengmk2@gmail.com>
1 parent 1c693c2 commit 2a41ea1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7878
- uses: ./.github/actions/clone
79-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
8079
- uses: oxc-project/setup-rust@23f38cfb0c04af97a055f76acee94d5be71c7c82 # v1.0.16
8180
with:
8281
save-cache: ${{ github.ref_name == 'main' }}

0 commit comments

Comments
 (0)