diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df8efe6..57eef28 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: run: dotnet test --no-build ./MimeMapping.sln - name: Codecov - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v3.1.5 with: files: '**/TestResults/*/*.cobertura.xml'