diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4f2aca36..125abd17 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -38,7 +38,7 @@ jobs: path: src/OpenFga.Sdk/bin/Release/OpenFga.Sdk.*.nupkg - name: Upload coverage to Codecov - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0 + uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3 continue-on-error: true with: token: ${{ secrets.CODECOV_TOKEN }}