File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 @@ -65,14 +65,14 @@ jobs:
6565 fetch-depth : 0
6666
6767 - name : ' Setup GitVersion ${{ env.git-version }}'
68- uses : gittools/actions/gitversion/setup@v4.0.1
68+ uses : gittools/actions/gitversion/setup@v4.1.0
6969 with :
7070 versionSpec : ${{ inputs.gitversion-version }}
7171 preferLatestVersion : true
7272
7373 - name : ' Determine version'
7474 id : gitversion
75- uses : gittools/actions/gitversion/execute@v4.0.1
75+ uses : gittools/actions/gitversion/execute@v4.1.0
7676 with :
7777 configFilePath : ${{ inputs.config-file-path }}
7878
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