diff --git a/.github/workflows/tics-coverage.yml b/.github/workflows/tics-coverage.yml index 5917f438d..a9af8e0d5 100644 --- a/.github/workflows/tics-coverage.yml +++ b/.github/workflows/tics-coverage.yml @@ -35,10 +35,3 @@ jobs: . ./install_tics.sh TICSQServer -project react-components -tmpdir /tmp/tics -branchdir . - - name: Upload TICS report - if: always() - uses: actions/upload-artifact@v4 - with: - name: tics-report - path: /tmp/tics/ticstmpdir - retention-days: 7