diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 362c5a7..3d19271 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,6 +40,6 @@ jobs: - name: Run unit tests run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover ./tests/OrasProject.Oras.Tests - name: Upload coverage to codecov.io - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./tests/OrasProject.Oras.Tests/coverage.opencover.xml