File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ jobs:
196196
197197 - name : Upload round-trip trace on failure
198198 if : failure()
199- uses : actions/upload-artifact@v4
199+ uses : actions/upload-artifact@v7
200200 with :
201201 name : auth-roundtrip-trace-${{ github.run_id }}
202202 path : |
Original file line number Diff line number Diff line change 2424 cache : npm
2525 - run : npm ci
2626 - run : npm test -- --coverage
27- - uses : codecov/codecov-action@v6
27+ - uses : codecov/codecov-action@v7
2828 if : always()
2929 with :
3030 fail_ci_if_error : false
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124
125125 - name : Upload LIVE trace + ledger on failure
126126 if : failure() && env.RUN_LIVE == '1'
127- uses : actions/upload-artifact@v4
127+ uses : actions/upload-artifact@v7
128128 with :
129129 name : e2e-live-trace-${{ github.run_id }}
130130 path : |
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166166
167167 - name : Upload trace on failure
168168 if : failure() && env.RUN == '1'
169- uses : actions/upload-artifact@v4
169+ uses : actions/upload-artifact@v7
170170 with :
171171 name : e2e-pr-smoke-trace-${{ github.run_id }}
172172 path : |
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ jobs:
204204
205205 - name : Upload LIVE trace + ledger on failure
206206 if : failure() && env.RUN == '1'
207- uses : actions/upload-artifact@v4
207+ uses : actions/upload-artifact@v7
208208 with :
209209 name : e2e-prod-trace-${{ github.run_id }}
210210 path : |
Original file line number Diff line number Diff line change 1515 timeout-minutes : 3
1616 steps :
1717 - uses : actions/checkout@v6
18- - uses : crate-ci/typos@v1.47.0
18+ - uses : crate-ci/typos@v1.47.2
1919 continue-on-error : true # warn-only — surface findings without blocking CI
You can’t perform that action at this time.
0 commit comments