diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 2014a286..017c4ad4 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -108,7 +108,7 @@ jobs: - name: Run Tests run: dotnet test -c Release /p:VersionSuffix=${{ steps.set-vars.outputs.versionString }} --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput='./lcov.info' /p:ExcludeByAttribute="LibCpp2IL.Coverage.NoCoverageAttribute" - name: Upload Coverage - uses: coverallsapp/github-action@v2.3.0 + uses: coverallsapp/github-action@v2.3.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} files: ./Cpp2IL.Core.Tests/lcov.info ./LibCpp2ILTests/lcov.info