File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5050 PSRULE_CONFIGURATION_AZURE_BICEP_FILE_EXPANSION_TIMEOUT : ' 30'
5151
5252 - name : Upload results to security tab
53- uses : github/codeql-action/upload-sarif@v3
53+ uses : github/codeql-action/upload-sarif@v4
5454 if : github.repository == 'Azure-Samples/azure-search-openai-demo'
5555 with :
5656 sarif_file : reports/ps-rule-results.sarif
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123124124
125125 - name : Install Nodejs
126- uses : actions/setup-node@v5
126+ uses : actions/setup-node@v6
127127 with :
128128 node-version : 20
129129
Original file line number Diff line number Diff line change @@ -125,15 +125,15 @@ jobs:
125125 ref : refs/pull/${{ github.event.issue.number }}/head
126126
127127 - name : Install uv
128- uses : astral-sh/setup-uv@v6
128+ uses : astral-sh/setup-uv@v7
129129 with :
130130 enable-cache : true
131131 version : " 0.9.5"
132132 cache-dependency-glob : " requirements**.txt"
133133 python-version : " 3.11"
134134
135135 - name : Setup node
136- uses : actions/setup-node@v5
136+ uses : actions/setup-node@v6
137137 with :
138138 node-version : 20
139139
@@ -193,19 +193,19 @@ jobs:
193193
194194 - name : Upload eval results as build artifact
195195 if : ${{ success() }}
196- uses : actions/upload-artifact@v4
196+ uses : actions/upload-artifact@v5
197197 with :
198198 name : eval_result
199199 path : ./evals/results/pr${{ github.event.issue.number }}
200200
201201 - name : Upload server logs as build artifact
202- uses : actions/upload-artifact@v4
202+ uses : actions/upload-artifact@v5
203203 with :
204204 name : server_logs
205205 path : ./app/backend/serverlogs.out
206206
207207 - name : Upload server error logs as build artifact
208- uses : actions/upload-artifact@v4
208+ uses : actions/upload-artifact@v5
209209 with :
210210 name : server_error_logs
211211 path : ./app/backend/serverlogs.err
Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ jobs:
3333 # Fetch full history so diff-cover can compute a merge base with origin/main
3434 fetch-depth : 0
3535 - name : Install uv
36- uses : astral-sh/setup-uv@v6
36+ uses : astral-sh/setup-uv@v7
3737 with :
3838 enable-cache : true
3939 version : " 0.9.5"
4040 cache-dependency-glob : " requirements**.txt"
4141 python-version : ${{ matrix.python_version }}
4242 activate-environment : true
4343 - name : Setup node
44- uses : actions/setup-node@v5
44+ uses : actions/setup-node@v6
4545 with :
4646 node-version : ${{ matrix.node_version }}
4747 - name : Build frontend
8282 pytest tests/e2e.py --tracing=retain-on-failure
8383 - name : Upload test artifacts
8484 if : ${{ failure() && steps.e2e.conclusion == 'failure' }}
85- uses : actions/upload-artifact@v4
85+ uses : actions/upload-artifact@v5
8686 with :
8787 name : playwright-traces${{ matrix.python_version }}
8888 path : test-results
You can’t perform that action at this time.
0 commit comments