diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4e3886..7c1c7c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,6 @@ jobs: - name: Test run: composer test - name: Codecov upload - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v5.3.1 with: token: ${{ secrets.CODECOV_TOKEN }}