File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 dotnet-version : 10.0.x
6464
6565 - name : Download Build Artifacts
66- uses : actions/download-artifact@v6
66+ uses : actions/download-artifact@v7
6767 with :
6868 name : test-builds-ubuntu
6969 path : tools/speed-comparison/UnifiedTests/bin/
@@ -138,14 +138,14 @@ jobs:
138138 token : ${{ secrets.ADMIN_TOKEN }}
139139
140140 - name : Download All Runtime Benchmark Artifacts
141- uses : actions/download-artifact@v6
141+ uses : actions/download-artifact@v7
142142 with :
143143 path : benchmark-results/runtime/
144144 pattern : ubuntu_markdown_run_time_*
145145 merge-multiple : false
146146
147147 - name : Download Build Time Benchmark Artifacts
148- uses : actions/download-artifact@v6
148+ uses : actions/download-artifact@v7
149149 with :
150150 path : benchmark-results/build/
151151 pattern : ubuntu_markdown_build_time
You can’t perform that action at this time.
0 commit comments