From 4c4db749946577fa5c025aa7031de6202b48a001 Mon Sep 17 00:00:00 2001 From: Sam Byass Date: Sun, 25 Aug 2024 00:36:43 +0100 Subject: [PATCH] ci: I may be stupid --- .github/workflows/dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 0382a32a..b6ac66dc 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@2.3.0 + uses: coverallsapp/github-action@v2.3.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} files: ./lcov.info