diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index a1ea6ae8..77b6f838 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -54,7 +54,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} - name: Codecov coverage - uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 with: files: ./reports/coverage/cobertura-coverage.xml token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 9bf047aa..842f5132 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -73,7 +73,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} - name: Codecov coverage - uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 with: files: ./reports/coverage/cobertura-coverage.xml token: ${{ secrets.CODECOV_TOKEN }}