Skip to content

Commit 8faad84

Browse files
authored
chore(ci): update sccache log artifact name (#17212)
1 parent 0b8a753 commit 8faad84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/reuse.linux.hive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if: always()
4545
uses: actions/upload-artifact@v4
4646
with:
47-
name: build
47+
name: sccache-build-hive
4848
path: target/sccache.log
4949

5050
test_stateful_hive_standalone:

.github/workflows/reuse.linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
if: always()
6666
uses: actions/upload-artifact@v4
6767
with:
68-
name: build
68+
name: sccache-build
6969
path: target/sccache.log
7070

7171
build_udf:
@@ -100,7 +100,7 @@ jobs:
100100
if: always()
101101
uses: actions/upload-artifact@v4
102102
with:
103-
name: build
103+
name: sccache-build-udf
104104
path: target/sccache.log
105105

106106
# build_address_sanitizer:

0 commit comments

Comments
 (0)