Skip to content

Commit 017a3a7

Browse files
committed
ci: update artifact action to Node 24 runtime
1 parent 1ec0411 commit 017a3a7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/c1-baseline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ jobs:
103103
104104
- name: Upload C1 metrics artifact
105105
if: always()
106-
uses: actions/upload-artifact@v5
106+
uses: actions/upload-artifact@v6
107107
with:
108108
name: c1-baseline-metrics
109109
path: analysis/raw/c1_baseline_run.csv
110+

0 commit comments

Comments
 (0)