[llvm] [Github] Try reverting renovate update (PR #162222)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 6 21:24:45 PDT 2025
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/162222
None
>From 3f58e1331b1de18f440345267f12b3c4ae46c82d Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Tue, 7 Oct 2025 04:24:24 +0000
Subject: [PATCH] [Github] Try reverting renovate update
---
.github/workflows/premerge.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/premerge.yaml b/.github/workflows/premerge.yaml
index a9c107e4a5f08..63ab4a8356971 100644
--- a/.github/workflows/premerge.yaml
+++ b/.github/workflows/premerge.yaml
@@ -76,7 +76,7 @@ jobs:
# https://github.com/actions/upload-artifact/issues/569
continue-on-error: true
if: '!cancelled()'
- uses: actions/upload-artifact at ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ uses: actions/upload-artifact at 65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: Premerge Artifacts (Linux)
path: artifacts/
@@ -130,7 +130,7 @@ jobs:
# https://github.com/actions/upload-artifact/issues/569
continue-on-error: true
if: '!cancelled()'
- uses: actions/upload-artifact at ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ uses: actions/upload-artifact at 65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: Premerge Artifacts (Windows)
path: artifacts/
@@ -151,7 +151,7 @@ jobs:
with:
fetch-depth: 2
- name: Setup ccache
- uses: hendrikmuhs/ccache-action at bfa03e1de4d7f7c3e80ad9109feedd05c4f5a716 # v1.2.19
+ uses: hendrikmuhs/ccache-action at a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
with:
max-size: "2000M"
- name: Install Ninja
More information about the llvm-commits
mailing list