diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 741ffe8..34e1249 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -62,7 +62,7 @@ jobs: # Uncomment this once this repo is configured on Codecov - name: Upload coverage to Codecov - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 with: token: ${{ secrets.CODECOV_TOKEN }} slug: VectorInstitute/AgentFinVQA diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index a005697..b481c67 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -62,7 +62,7 @@ jobs: # Uncomment this once this repo is configured on Codecov - name: Upload coverage to Codecov - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 with: token: ${{ secrets.CODECOV_TOKEN }} slug: VectorInstitute/AgentFinVQA