diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b272444c..1caae5fb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -130,7 +130,7 @@ jobs: - name: "Upload general coverage to Codecov" if: ${{ matrix.backend_dir_name == 'the_simplest_backend' }} - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v6.0.0 with: name: codecov-general files: ./tests/${{ matrix.backend_dir_name }}_coverage.xml @@ -139,7 +139,7 @@ jobs: - name: "Upload ml-backend ${{ matrix.backend_dir_name }} coverage to Codecov" if: ${{ matrix.backend_dir_name == 'the_simplest_backend' }} - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v6.0.0 with: name: codecov-${{ matrix.backend_dir_name }} files: ./label_studio_ml/examples/${{ matrix.backend_dir_name }}/coverage.xml