diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b4a689..22da1f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: run: dotnet cake --target=Test shell: pwsh - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: use_oidc: true directory: ./Artefacts