File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5858 - name : Checkout
5959 uses : actions/checkout@v4
6060 - name : Download coverage reports
61- uses : actions/download-artifact@v4
61+ uses : actions/download-artifact@v5
6262 - name : Install ReportGenerator tool
6363 run : dotnet tool install -g dotnet-reportgenerator-globaltool
6464 - name : Prepare coverage reports
8686 runs-on : ubuntu-latest
8787 steps :
8888 - name : ' Download build'
89- uses : actions/download-artifact@v4
89+ uses : actions/download-artifact@v5
9090 with :
9191 name : ' ubuntu-latest'
9292 - name : ' Add NuGet source'
@@ -104,7 +104,7 @@ jobs:
104104 runs-on : ubuntu-latest
105105 steps :
106106 - name : ' Download build'
107- uses : actions/download-artifact@v4
107+ uses : actions/download-artifact@v5
108108 with :
109109 name : ' ubuntu-latest'
110110 - name : ' Upload NuGet package and symbols'
You can’t perform that action at this time.
0 commit comments