diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 121ceb9e..69dab7e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: run: composer stan:ci - name: 📤 Upload coverage report to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index f48107eb..05cc58f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.107](https://github.com/wayofdev/laravel-open-docs/compare/v2.0.106...v2.0.107) (2023-09-14) + + +### Miscellaneous + +* **deps:** update codecov/codecov-action action to v4 ([4a487f2](https://github.com/wayofdev/laravel-open-docs/commit/4a487f2ce3aed29a0b8ee0b8cf934fd6e02b8669)) + ## [2.0.106](https://github.com/wayofdev/laravel-open-docs/compare/v2.0.105...v2.0.106) (2023-09-14) diff --git a/package.json b/package.json index 5ce35eb5..540461f8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.106", + "version": "2.0.107", "repository": { "url": "https://github.com/wayofdev/laravel-open-docs.git" }