diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f28f706d..16e4ecc0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -62,13 +62,13 @@ jobs: pytest -Wd -r a -v -n 3 --cov=lsst.ctrl.mpexec --cov=tests --cov-report=xml --cov-report=term --cov-branch \ --junitxml=junit.xml -o junit_family=legacy - name: Upload coverage to codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./coverage.xml token: ${{ secrets.CODECOV_TOKEN }} - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: report_type: test_results token: ${{ secrets.CODECOV_TOKEN }}