mirror of
https://github.com/esphome/esphome.git
synced 2025-10-22 03:33:52 +01:00
merge
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -676,13 +676,13 @@ jobs:
|
|||||||
python-version: ${{ env.DEFAULT_PYTHON }}
|
python-version: ${{ env.DEFAULT_PYTHON }}
|
||||||
cache-key: ${{ needs.common.outputs.cache-key }}
|
cache-key: ${{ needs.common.outputs.cache-key }}
|
||||||
- name: Download target ELF artifact
|
- name: Download target ELF artifact
|
||||||
uses: actions/download-artifact@1a18f44933c290e06e7167a92071e78bb20ab94a # v4.4.2
|
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||||
with:
|
with:
|
||||||
name: memory-impact-target-elf
|
name: memory-impact-target-elf
|
||||||
path: ./elf-artifacts/target
|
path: ./elf-artifacts/target
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: Download PR ELF artifact
|
- name: Download PR ELF artifact
|
||||||
uses: actions/download-artifact@1a18f44933c290e06e7167a92071e78bb20ab94a # v4.4.2
|
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
|
||||||
with:
|
with:
|
||||||
name: memory-impact-pr-elf
|
name: memory-impact-pr-elf
|
||||||
path: ./elf-artifacts/pr
|
path: ./elf-artifacts/pr
|
||||||
|
Reference in New Issue
Block a user