2525 should-benchmark : ${{ steps.changes.outputs.should-benchmark }}
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929
3030 - name : Check for relevant changes
3131 id : changes
@@ -76,12 +76,12 @@ jobs:
7676 # 0️⃣ SHARED TOOLING – Buildx + Aztec CLI skeleton
7777 # ──────────────────────────────────────────────────────────────
7878 - name : Checkout repository
79- uses : actions/checkout@v5
79+ uses : actions/checkout@v6
8080 with :
8181 fetch-depth : 0
8282
8383 - name : Setup Node.js
84- uses : actions/setup-node@v5
84+ uses : actions/setup-node@v6
8585 with :
8686 node-version : ' 22.17.0'
8787
9797 # 1️⃣ BENCHMARK BASE COMMIT
9898 # ──────────────────────────────────────────────────────────────
9999 - name : Checkout BASE branch
100- uses : actions/checkout@v5
100+ uses : actions/checkout@v6
101101 with :
102102 ref : ${{ github.event.pull_request.base.sha }}
103103
@@ -150,7 +150,7 @@ jobs:
150150 # clean does not work correctly and is removing the benchmark results anyways
151151 # https://github.com/actions/checkout/issues/1201
152152 - name : Checkout PR branch
153- uses : actions/checkout@v5
153+ uses : actions/checkout@v6
154154 with :
155155 ref : ${{ github.event.pull_request.head.sha }}
156156 clean : false
@@ -222,7 +222,7 @@ jobs:
222222
223223 # SECURITY: Upload results for secure comment workflow
224224 - name : Upload benchmark results and metadata
225- uses : actions/upload-artifact@v4
225+ uses : actions/upload-artifact@v6
226226 with :
227227 name : benchmark-results
228228 path : |
@@ -234,7 +234,7 @@ jobs:
234234 echo "${{ github.event.number }}" > pr-number.txt
235235
236236 - name : Upload PR metadata
237- uses : actions/upload-artifact@v4
237+ uses : actions/upload-artifact@v6
238238 with :
239239 name : pr-metadata
240240 path : pr-number.txt
0 commit comments