diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f624fc..7eb5240 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: -destination "${DESTINATION}" | xcbeautify --is-ci --quiet --renderer github-actions - name: Upload coverage data - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} swift: true