diff --git a/.github/workflows/reusable-testing.yml b/.github/workflows/reusable-testing.yml index f464d96..2ac0d10 100644 --- a/.github/workflows/reusable-testing.yml +++ b/.github/workflows/reusable-testing.yml @@ -316,7 +316,7 @@ jobs: - name: Upload code coverage report if: ${{ matrix.coverage }} - uses: codecov/codecov-action@v5.4.3 + uses: codecov/codecov-action@v5.5.0 with: directory: build/logs flags: unit @@ -489,7 +489,7 @@ jobs: - name: Upload code coverage report if: ${{ matrix.coverage }} - uses: codecov/codecov-action@v5.4.3 + uses: codecov/codecov-action@v5.5.0 with: # Because somehow providing `directory: build/logs` doesn't work for these files files: ${{ steps.coverage_files.outputs.files }}