@@ -187,9 +187,10 @@ jobs:
187187
188188 - name : Coveralls.io Upload
189189 if : ${{ matrix.coverage == 'cov' }}
190- uses : pmienk/coveralls- github-action@master
190+ uses : coverallsapp/ github-action@v2.2.3
191191 with :
192- path-to-lcov : " ./coverage.info"
192+ format : lcov
193+ files : " ./coverage.info"
193194 github-token : ${{ secrets.github_token }}
194195
195196 - name : Failure display available binaries
@@ -420,9 +421,10 @@ jobs:
420421
421422 - name : Coveralls.io Upload
422423 if : ${{ matrix.coverage == 'cov' }}
423- uses : pmienk/coveralls- github-action@master
424+ uses : coverallsapp/ github-action@v2.2.3
424425 with :
425- path-to-lcov : " ./coverage.info"
426+ format : lcov
427+ files : " ./coverage.info"
426428 github-token : ${{ secrets.github_token }}
427429
428430 - name : Failure display available binaries
@@ -622,9 +624,10 @@ jobs:
622624
623625 - name : Coveralls.io Upload
624626 if : ${{ matrix.coverage == 'cov' }}
625- uses : pmienk/coveralls- github-action@master
627+ uses : coverallsapp/ github-action@v2.2.3
626628 with :
627- path-to-lcov : " ./coverage.info"
629+ format : lcov
630+ files : " ./coverage.info"
628631 github-token : ${{ secrets.github_token }}
629632
630633 - name : Failure display available binaries
@@ -719,7 +722,7 @@ jobs:
719722
720723 steps :
721724 - name : Add msbuild to PATH
722- uses : microsoft/setup-msbuild@v1.1
725+ uses : microsoft/setup-msbuild@v2
723726 with :
724727 msbuild-architecture : x64
725728
@@ -749,7 +752,7 @@ jobs:
749752 }
750753
751754 - name : Execute build
752- run : .\build.cmd .. ${{ matrix.platform }} ${{ matrix.configuration }} ${{ matrix.version }}
755+ run : .\build.cmd .. ${{ matrix.platform }} ${{ matrix.configuration }} x64 ${{ matrix.version }}
753756
754757 - name : Execute tests
755758 shell : powershell
0 commit comments