1818 matrix : ${{ steps.export-unit-test-matrix.outputs.matrix }}
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222
2323 - name : Install QLT
2424 id : install-qlt
4343
4444 steps :
4545 - name : Checkout repository
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v5
4747
4848 - name : Install QLT
4949 id : install-qlt
7878 qlt query run install-packs
7979
8080 - name : Setup Node.js for CDS compilation
81- uses : actions/setup-node@v4
81+ uses : actions/setup-node@v6
8282 with :
8383 node-version : ' 18'
8484 cache : ' npm'
@@ -121,7 +121,7 @@ jobs:
121121 --work-dir $RUNNER_TMP
122122
123123 - name : Upload test results
124- uses : actions/upload-artifact@v4
124+ uses : actions/upload-artifact@v5
125125 with :
126126 name : test-results-${{ runner.os }}-${{ matrix.codeql_cli }}-${{ matrix.codeql_standard_library_ident }}
127127 path : |
@@ -135,7 +135,7 @@ jobs:
135135 steps :
136136
137137 - name : Checkout repository
138- uses : actions/checkout@v4
138+ uses : actions/checkout@v5
139139
140140 - name : Install QLT
141141 id : install-qlt
@@ -146,7 +146,7 @@ jobs:
146146
147147
148148 - name : Collect test results
149- uses : actions/download-artifact@v4
149+ uses : actions/download-artifact@v6
150150
151151 - name : Validate test results
152152 run : |
0 commit comments