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