File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666
6767 - name : Upload conformance reports
6868 if : always()
69- uses : actions/upload-artifact@v4
69+ uses : actions/upload-artifact@v7
7070 with :
7171 name : conformance-report
7272 path : conformance/reports/
7676 # See conformance/GO_PLAN.md for migration status.
7777 - name : Publish conformance vectors
7878 if : github.ref == 'refs/heads/main'
79- uses : actions/upload-artifact@v4
79+ uses : actions/upload-artifact@v7
8080 with :
8181 name : conformance-vectors
8282 path : conformance/vectors/
Original file line number Diff line number Diff line change 6767 -o conformance/generated/messaging/types.gen.d.ts
6868
6969 # ── Python types (datamodel-code-generator / pydantic v2) ────────────
70- - uses : actions/setup-python@v5
70+ - uses : actions/setup-python@v6
7171 with :
7272 python-version : ' 3.12'
7373 - name : Install datamodel-code-generator
Original file line number Diff line number Diff line change 2828 working-directory : ${{ github.workspace }}/conformance/runner/ts
2929 - name : Upload TS conformance reports
3030 if : always()
31- uses : actions/upload-artifact@v4
31+ uses : actions/upload-artifact@v7
3232 with :
3333 name : ts-conformance-reports
3434 path : conformance/reports/
3838 # See conformance/GO_PLAN.md for migration status.
3939 - name : Publish conformance vectors
4040 if : github.ref == 'refs/heads/main'
41- uses : actions/upload-artifact@v4
41+ uses : actions/upload-artifact@v7
4242 with :
4343 name : conformance-vectors
4444 path : conformance/vectors/
Original file line number Diff line number Diff line change 2828 with :
2929 fetch-depth : 0
3030
31- - uses : pnpm/action-setup@v4
31+ - uses : pnpm/action-setup@v6
3232
33- - uses : actions/setup-node@v4
33+ - uses : actions/setup-node@v6
3434 with :
3535 node-version : ' 24'
3636 cache : ' pnpm'
6666 url : ${{ steps.deployment.outputs.page_url }}
6767 steps :
6868 - id : deployment
69- uses : actions/deploy-pages@v4
69+ uses : actions/deploy-pages@v5
You can’t perform that action at this time.
0 commit comments