File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 dotnet-version : ${{ env.dotnet-sdk-version }}
135135
136136 - name : Download Build
137- uses : actions/download-artifact@v4
137+ uses : actions/download-artifact@v5
138138 with :
139139 name : build
140140
@@ -179,7 +179,7 @@ jobs:
179179 # 8.x
180180 # 9.x
181181 # - name: Download Build
182- # uses: actions/download-artifact@v4
182+ # uses: actions/download-artifact@v5
183183 # with:
184184 # name: build
185185 # - name: Benchmark
Original file line number Diff line number Diff line change 5353 dotnet-version : ${{ inputs.dotnet-sdk-version }}
5454
5555 - name : ' Download artifact'
56- uses : actions/download-artifact@v4
56+ uses : actions/download-artifact@v5
5757 with :
5858 run-id : ${{ inputs.artifact-run-id }}
5959 name : ${{ inputs.artifact-name }}
You can’t perform that action at this time.
0 commit comments