Skip to content

Commit 304cddc

Browse files
authored
Rename artifact for benchmark results upload
Renamed artifact upload from 'allocator-benchmark-results' to 'downloadable-benchmark-results' to prevent conflict.
1 parent efe5e86 commit 304cddc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Upload Pages Artifact
9393
uses: actions/upload-artifact@v4
9494
with:
95-
name: allocator-benchmark-results # Name of the downloadable ZIP file
95+
name: downloadable-benchmark-results # Renamed to prevent conflict
9696
path: gh-pages-output/ # Path to the folder to zip and upload
9797
retention-days: 7 # Keep for one week
9898

@@ -105,7 +105,6 @@ jobs:
105105
- name: Upload Job Artifacts (Graphs & JSON Download)
106106
uses: actions/upload-pages-artifact@v3
107107
with:
108-
name: allocator-benchmark-results
109108
path: gh-pages-output/
110109

111110

0 commit comments

Comments
 (0)