From 2c86ebaf7ff2fa01b817069568540b2c62b4e03f Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 17 Oct 2025 14:10:23 -1000 Subject: [PATCH] merge --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fa8150b93..22ae046246 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -676,13 +676,13 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} cache-key: ${{ needs.common.outputs.cache-key }} - name: Download target ELF artifact - uses: actions/download-artifact@1a18f44933c290e06e7167a92071e78bb20ab94a # v4.4.2 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 with: name: memory-impact-target-elf path: ./elf-artifacts/target continue-on-error: true - name: Download PR ELF artifact - uses: actions/download-artifact@1a18f44933c290e06e7167a92071e78bb20ab94a # v4.4.2 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 with: name: memory-impact-pr-elf path: ./elf-artifacts/pr