diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0b605cd..6a6fa8df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: - name: Generate unit-tests coverage run: make coverage-unit-tests - name: Upload unit-tests coverage to Codecov - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 + uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }} with: @@ -110,7 +110,7 @@ jobs: - name: Generate integration-tests coverage run: make coverage-integration-tests - name: Upload integration-tests coverage to Codecov - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 + uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }} with: