File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144144 run : dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
145145 working-directory : ./src
146146
147- - uses : codecov/codecov-action@v2
147+ - uses : codecov/codecov-action@v3
148148 with :
149149 token : ${{ secrets.CODECOV_TOKEN }}
150150 directory : " src/${{ env.TEST_RESULTS }}"
@@ -247,7 +247,7 @@ jobs:
247247 needs : [build, unit-test]
248248 if : ${{ ! ( github.event.inputs.nuget ) }}
249249 steps :
250- - uses : actions/download-artifact@v2
250+ - uses : actions/download-artifact@v3
251251 id : download
252252
253253 - name : List artifacts
@@ -272,7 +272,7 @@ jobs:
272272 needs : [build, unit-test]
273273 if : ${{ github.event.inputs.nuget }}
274274 steps :
275- - uses : actions/download-artifact@v2
275+ - uses : actions/download-artifact@v3
276276 id : download
277277
278278 - name : List artifacts
@@ -304,7 +304,7 @@ jobs:
304304 with :
305305 fetch-depth : 0
306306
307- - uses : actions/download-artifact@v2
307+ - uses : actions/download-artifact@v3
308308 id : download
309309
310310 - name : List artifacts
You can’t perform that action at this time.
0 commit comments